This is a React + TypeScript boilerplate built with Vite.
It also includes Tailwind.
-
Create the project.
npx degit alexsanzder/vid my-app
-
Access the project directory.
cd my-app
-
Initialize a git repository.
git init
-
Install dependencies.
pnpm install
-
Serve with hot reload at http://localhost:3000.
pnpm run dev
npm run lint
npm run build
- Run tests
npm run test
- Watch tests
npm run test:watch
- Run e2e tests with cypress
npm run test:e2e
This project is licensed under the MIT License.