React project for Hash
Live demo: https://hash.rafaelalmeidatk.vercel.app
Network > Presets > Slow 3G
Network > Presets > Offline
Install the dependencies:
yarn install
Then start the development server:
yarn dev
To run the Jest tests:
yarn test
To run the Cypress tests (make sure the server is running, yarn dev
in another terminal):
yarn cy:run