https://github.com/antoantonyk/angular6-webpack4-sample-app
Angular 6 with Webpack 4 sample app
https://github.com/antoantonyk/angular6-webpack4-sample-app
angular angular6 typescript webpack4
Last synced: 5 months ago
JSON representation
Angular 6 with Webpack 4 sample app
- Host: GitHub
- URL: https://github.com/antoantonyk/angular6-webpack4-sample-app
- Owner: antoantonyk
- License: mit
- Created: 2018-08-16T15:12:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T22:24:48.000Z (over 3 years ago)
- Last Synced: 2024-05-27T17:12:30.632Z (about 2 years ago)
- Topics: angular, angular6, typescript, webpack4
- Language: TypeScript
- Size: 1.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular6-webpack4-sample-app
Angular 6 with Webpack 4 Sample App
## Getting Started
1. Clone repo
2. npm install
3. npm start
## Build Options
```bash
# development
npm run build:dev
# production
npm run build:prod
```