Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 331 Bytes

PlusOne

By Elixir Labs ⭐

API Usage

  1. Must have Node 7+ installed
  2. Must run npm install in ApiPlusOne folder.
  3. Run with nodemon (can install with npm install nodemon -g)
    • nodemon server.js

Web Usage

  1. Must have angular-cli installed globally
  2. Must run npm start in the WebPlusOne directory