Skip to content

janet/monkeys

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published