This is an opinionated starting point, to get you going with React & Vite.
- Vite
- TypeScript
- ESLint
- Prettier
- React Router
- Scoped SCSS
yarn install
or justyarn
npm install
yarn dev
or npm run dev
yarn build
or npm run build
yarn serve
or npm run serve
NOTE: You have to build it first.