项目作者: FCC

项目描述 :
Enterprise Contours Node API
高级语言: JavaScript
项目地址: git://github.com/FCC/contours-api-node.git
创建时间: 2016-07-21T14:28:29Z
项目社区:https://github.com/FCC/contours-api-node

开源协议:

下载


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.

    1. npm install
  4. Test the app.

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

    Development

    1. grunt

    Production

    1. grunt build:release
  6. Run the app.

    1. npm start

Project Info

Contours JIRA Project

Application Info

Contours APPINFO Page