cbyrd01 / inventorforge

InventorForge App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inventorforge Build Status

InventorForge App

To Build

  1. Install dependencies
npm install -g ionic@beta
npm install -g typings
npm install -g gulp-cli
npm install
typings install
  1. Build
ionic build
gulp compile-server
  1. Serve

Ionic client

ionic serve

Node server

gulp server

Running (non-development)

  1. Start the server
node server/server.js
  1. Access the page

(http://localhost:8080/index.html)

Configuration

The main configuration is stored in the configuration files in the config/ directory. Which file is used depends on the value of the NODE_ENV environment variable. (i.e. setting NODE_ENV to "production" uses the production.json file. The default environment is "development".

Configuration can also be specified via command line argument or environment variables. See nconf for information on how these are set.

Note: By default serial:disable is set to true in development. To use on a sign locally, this must be set to false and serial:port and other options set appropriately.

About

InventorForge App

License:MIT License


Languages

Language:TypeScript 48.9%Language:JavaScript 26.3%Language:CSS 13.3%Language:HTML 11.5%