This is a React + TypeScript boilerplate built with Vite.
-
Create the project.
npx degit fabien-ml/react-ts-vite-template my-app
-
Access the project directory.
cd my-app -
Initialize a git repository.
git init
-
Install dependencies.
npm install
-
Start dev server with hot reload at http://localhost:3000.
npm run dev
npm run lintnpm run buildRun the app in production mode at http://localhost:3000.
npm run serve- Run unit tests and watch
npm run test:unit
- Run unit tests with coverage
npm run test:unit:coverage
- Run e2e tests
npm run test:e2e
This project is licensed under the MIT License.