0.3.16 • Published 10 years ago
angular2-starter-publishing v0.3.16
Angular 2 Starter
A simple Angular 2 starter project based on NPM, TypeScript, and Webpack. Used to show how to set up a project build workflow from scratch.
This master branch contains the simplest configuration. Other branches show some additional features:
- webpack2-aot: Ahead-of-Time template compilation, using Webpack 2 and the @ngtools/webpack plugin.
- bootstrap: includes the Bootstrap CSS framework.
To work on this project:
- Run
npm installinside the project folder to download all the dependencies. This only needs to be done once. - Run
npm run serveto start a local development web server. You can now access the application at localhost:8080. - Run
npm run buildto bundle everything into thedistfolder for deployment. - Run
npm run build:prodto do the same as above but enabling optimisations for production.
This example is part of the Angular 2 From The Ground Up course.
0.3.16
10 years ago
0.3.15
10 years ago
0.3.14
10 years ago
0.3.13
10 years ago
0.3.12
10 years ago
0.3.11
10 years ago
0.3.10
10 years ago
0.3.9
10 years ago
0.3.8
10 years ago
0.3.7
10 years ago
0.3.6
10 years ago
0.3.5
10 years ago
0.3.4
10 years ago
0.3.3
10 years ago
0.3.2
10 years ago
0.3.1
10 years ago
0.3.0
10 years ago
0.2.6
10 years ago
0.2.5
10 years ago
0.2.4
10 years ago
0.2.3
10 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.0
10 years ago