Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.35 KB

File metadata and controls

52 lines (34 loc) · 1.35 KB

REACT+VITE+TAILWIND Starter Project

🛠  Tech Stack

  •   HTML5 CSS TypeScript React Vite Tailwind

ABOUT

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.


STEPS TO GET GOING

  • 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/