Please follow the steps below to prepare and start the test stack. Once you have the stack running and can view the initial page, please see the client's README for the test instructions.
- From the
client
directory, runyarn
and wait for Yarn to install all dependencies - Run
yarn start
and wait for Next.js to finish compiling - Visit
http://localhost:3000
in a browser
The package.json
contains contains the following commands
Run ESLint on the code in the client
directory.
Run tests on .jsx
files in the client
directory# pawprint