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

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

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
```