Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 574 Bytes

File metadata and controls

35 lines (22 loc) · 574 Bytes

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