Skip to content

Latest commit

 

History

History
89 lines (48 loc) · 1.1 KB

README.md

File metadata and controls

89 lines (48 loc) · 1.1 KB

react-future-boilerplate

A 2024 Reactjs boilerplate bundled with Snowpack, featuring Typescript, CSS modules, sass, Jest, Cypress, and more...

Techs 💻

Testing ✔️

Installing 👷

  • 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

Testing 🚨

  • 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

Development ⚙️

Configuring husky and git hooks

    yarn husky