Skip to content

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

Notifications You must be signed in to change notification settings

Gustavilo/angular4-webpack

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • TypeScript 19.0%
  • HTML 3.7%