Skip to content

Starter project for Angular Applications using ngx-composer library

Notifications You must be signed in to change notification settings

acaprojects/ngx-composer-starter

Repository files navigation

ACA Angular Starter Kit

Setup

  1. Install NodeJS
  2. Run npm install in the root folder
  3. Run npm install --global gulp-cli to Install Gulp
  4. Run npm install --global @angular/cli to Install Angular CLI

Development

To run the dev server use the command gulp serve

By default the dev web server proxies all requests to the set live system, if you wish to use a mock system use --mock when calling gulp serve

If this fails on Windows, try:

  • npm run serve or
  • npm run

Compilation

Compile the application into static files using gulp build

The command takes the arguments --prod to minify the resulting build and --aot to compile the angular code using the angular Ahead of Time compiler.

Application/Runtime settings can be found in assets/settings.json.

About

Starter project for Angular Applications using ngx-composer library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •