fabiomirandaa / Angular4-boilerplate-webpack2

Clean Angular Boilerplate with webapack 2
MIT License
17 stars 2 forks source link
angular4 boilerplate boilerplate-template skeleton typescript webpack2

Angular4 and webpack2 Boilerplate

Deprecated!! Use Angular CLI.

In Angular version 5, the Angular CLI received adjustments that have performance and easy to use.

Install

Install globally webpack-dev-server:

npm i -g webpack-dev-server

To use:

Clone this repository, remove .git dir and run npm install:

git clone https://github.com/fabiomirandaa/Angular4-boilerplate-webpack2.git
cd Angular4-boilerplate-webpack2
npm i

Usage

Create your app in src diretory.

Commands:

Contributing

Only send PRs to this repository.