Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 915 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 915 Bytes

About

Monkeys is a frontend app that connects to the Monkeybrains api server

To start development locally

  1. Clone this repo git clone git@github.com:janet/monkeys.git
  2. Run nginx (instructions @ Monkeybrains)
  3. Run api server (instructions @ Monkeybrains)
  4. Create and seed database (instructions @ Monkeybrains)
  5. Run frontend server @ localhost:3000 (instructions below)
  6. Monkeys frontend app connected to Monkeybrains api server running on nginx proxy server @ localhost:8080

React Server

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

Deployed Versions

Heroku

https://sbg-monkeys.herokuapp.com/