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
- Host: GitHub
- URL: https://github.com/softchris/angular4-webpack
- Owner: softchris
- Created: 2017-06-05T12:33:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T21:35:13.000Z (about 9 years ago)
- Last Synced: 2025-05-08T23:35:12.587Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 7
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```