This project will provide the basic setup for a scalabe React App. It includes:- VITE for increadibly fast and lean development, TAILWIND for beautiful and easy styling.
-
You can use it as a template by clicking on the
Use this template
button. This will simply make a repository in you github space(Will ask for the repo name just as normal repo) with this starter code. -
Once the repository has been created. Just clone it to you local directory.
-
Now change your current directory to the project root.
cd your-repo-name
- Next, install the packages.
yarn
- Now you can run the app by typing in the following command
yarn run dev
- Your app is ready to be opened on
http://localhost:3000/