Skip to content

ghd8/React-VITE-Tailwind_starter_project

 
 

Repository files navigation

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/

About

A starter project for scalable React Web Apps. Includes VITE and TailwindCSS setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.9%
  • CSS 23.7%
  • HTML 20.3%
  • JavaScript 16.1%