Skip to content

jmarcopolo/angular-beyond-starter

 
 

Repository files navigation

Angular 2 Fundamentals


Angular Beyond Starter Universal Angular 2

Angular Beyond starter kit for Angular 2 and Angular 4 using Angular Universal for Server-Side Rendering by @AngularClass

Installation

  • npm install

Serve

  • npm start to build your client app and start a web server
  • npm run build to prepare a distributable bundle

Development

  • run npm start and npm run watch in two separate terminals to build your client app, start a web server, and allow file changes to update in realtime

Watch files

  • npm run watch to build your client app and start a web server

AoT and Prod

  • npm run build:prod:ngc to compile the ngfactory files and build prod

enjoy — AngularClass



AngularClass

Learn AngularJS, Angular 2, and Modern Web Development from the best. Looking for corporate Angular training, want to host us, or Angular consulting? patrick@angularclass.com


License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.9%
  • HTML 17.1%