Frontend code for the Tipresias app
- Install
nvm(or an alternative Node version manager).- Run
nvm installthennvm useto work with the correct Node version for this app.
- Run
- Install
yarn. - Run
yarnto install the project'snode_modules.
- Follow the instructions for setting up and running the Tipresias API
- Make sure the
tipresiasapp is running. - Run
yarn run dev. - Navigate to
localhost:3000.
- Run
yarn testto run unit tests. - With both the app and API running, use
yarn run cypress runto run Cypress browser tests (see Cypress documentation for more options)