A 2024 Reactjs boilerplate bundled with Snowpack, featuring Typescript, CSS modules, sass, Jest, Cypress, and more...
- First clone this repo
git clone https://github.com/vinisaveg/react-boilerplate.git
- Install all dependencies
yarn install
- Running the app in development mode
yarn dev
- Preparing the app build
yarn build
- Run the unit tests
yarn test
- Run the end-to-end tests
yarn test:cypress
- Run end-to-end tests headlessly
yarn test:cypress:ci
Configuring husky and git hooks
yarn husky