Skip to content

perryspy/checkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. npm install
  2. mongod
  • starts the local database
  1. npm start

Getting started - Dev

  1. npm install
  • installs all needed npm modules, bower packages, and does an initial build of our JS and CSS files.
  1. mongod
  • starts the local database
  1. gulp watch
  • watches files for updates and rebuilds the minified concatenated version
  1. nodemon server.js
  • starts the server, and also restarts it whenever there are server changes.