Enterprise Contours Node API
System Requirements: Node.JS v4
Clone the repository.
Copy the .env file from the K drive (K:\Projects\Contours\env) into the root of your cloned repository.
Install node modules.
npm install
Test the app.
npm test
Build the docs (HTML, LESS/CSS, JS).
Development
grunt
Production
grunt build:release
Run the app.
npm start