Monkeys is a frontend app that connects to the Monkeybrains api server
- Clone this repo
git clone git@github.com:janet/monkeys.git
- Run nginx (instructions @ Monkeybrains)
- Run api server (instructions @ Monkeybrains)
- Create and seed database (instructions @ Monkeybrains)
- Run frontend server @ localhost:3000 (instructions below)
- Monkeys frontend app connected to Monkeybrains api server running on nginx proxy server @ localhost:8080
Run server @ http://localhost:3000/
$ npm run start
Run tests
$ npm run test
# Run only the Button component tests
$ npm run test:watch -- --grep Button