Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 537 Bytes

duncan.md

File metadata and controls

49 lines (30 loc) · 537 Bytes

Duncan's notes


Global install

  1. karma-cli
  2. jasmine
  3. webpack
  4. browserify
  5. watchify

Dependancies

  1. npm install
  2. golang.org/x/crypto/bcrypt
  3. github.com/gorilla/mux
  4. gopkg.in/mgo.v2
  5. gopkg.in/mgo.v2/bson

Start server

  1. Checkout Neville.md

Start Webpack

  1. run -> webpack -w

Test

  1. run -> karma start
  2. go to http:https://localhost:9876/debug.html
  3. tests run inside the console.

Data Base

  1. Start mongoDB in your terminal