This is a ReactJS + Vite boilerplate to be used with Tailwindcss and Storybook.
This project uses many tools like:
- ReactJS
- React Query
- React Location
- Vite
- TypeScript
- Vitest
- Testing Library
- Cypress
- Tailwindcss
- Storybook
- Eslint
- Prettier
Create the project.
npx degit himorishige/reactjs-vite-tailwindcss-boilerplate my-app
Access the project directory.
cd my-app
Install dependencies.
yarn install
Serve with hot reload at http://localhost:3000.
yarn dev
yarn lint
yarn build
yarn test
yarn storybook
cd e2e
yarn install
cd e2e
yarn cy:open
or
yarn cy:run