Welcome to this Angular Express web application.
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.
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.
For more details about the technical details, check out the Angular Express boilerlate documentation.
- Initial version