Skip to content

A react starter template | Storybook|Typescript| Tailwind

License

Notifications You must be signed in to change notification settings

snrakshith/react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Project Demo

Demo project for the How to set up a Front-End project with Vite, React, and TypeScript blog post.

Demo

You can see this project deployed to Github Pages!

Link:

Run Locally

Clone the project

  git clone https://github.com/snrakshith/react-template

Go to the project directory

  cd react-template

Install dependencies

  npm install

Start the development server

  npm run dev