An open API service indexing awesome lists of open source software.

https://github.com/softchris/angular4-webpack

A very minimal Angular 4.x with webpack set up to demonstrate the bare minimum that needs to exist to work with Angular 4.x
https://github.com/softchris/angular4-webpack

Last synced: 11 months ago
JSON representation

A very minimal Angular 4.x with webpack set up to demonstrate the bare minimum that needs to exist to work with Angular 4.x

Awesome Lists containing this project

README

          

# A minimal Angular 4.x webpack setup
## Install dependencies
Run
```
npm install
```
## Run
To start a webserver with source maps do:
```
npm start
```
## Testing
```
npm run test
```
## Create production bundle
```
npm run build
```