Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

ng-be/2016-www-ng-be-org

Repository files navigation

Welcome

Welcome to this Angular Express web application.

How to get started

First install all dependencies:

$ jspm install
$ npm install

To start the Angular Express server:

$ node index.js

then navigate to: <ip>:9000 in your browser.

ngx-boilerplate-default-running

Configuring the server

The configuration is stored in configuration files in the /config directory.

It can be overriden and extended using the node-config rules:

# Default configuration
/config/default.js

# Production configuration
/config/production.js

# Local configuration
/config/local.js

See configuration files for more information.

Development

For more details about the technical details, check out the Angular Express boilerlate documentation.

Change log

v0.1.0

  • Initial version