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-appAccess the project directory.
cd my-appInstall dependencies.
yarn installServe with hot reload at http://localhost:3000.
yarn devyarn lintyarn buildyarn testyarn storybookcd e2e
yarn installcd e2e
yarn cy:open
or
yarn cy:run