Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 589 Bytes

React Boilerplate

Reactjs boilerplate (Reactjs+Tailwind css+Vite+Typescript)

Getting Start

Clone the repository

Clone the repository to your machine. Open the terminal and run the following git command:

git clone "url you just coppied"

Run the react app

First of all, install all the dependencies needed to run the react app on your system successfully by using the command yarn:

yarn

After that, run the command yarn start to view the app in your browser.

yarn dev

Open http://localhost:5173 to view it in your browser.

HAPPY CODING! 😆