janet / monkeys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 95.1%Language:HTML 4.3%Language:ApacheConf 0.6%