Skip to content

FCC/contours-api-node

Repository files navigation

Contours API (Node.JS)

System Requirements: Node.JS v4

Local Setup

  1. Clone the repository.

  2. Copy the .env file from the K drive (K:\Projects\Contours\env) into the root of your cloned repository.

  3. Install node modules.

    npm install
    
  4. Test the app.

    npm test
    
  5. Build the docs (HTML, LESS/CSS, JS).

    Development

    grunt
    

    Production

    grunt build:release
    
  6. Run the app.

    npm start
    

Project Info

Contours JIRA Project

Application Info

Contours APPINFO Page