Skip to content

msarsha/angular-minimum-webpack-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-minimum-webpack-example

A bare minimum Angular setup using webpack 2

Why

Wanted to learn and understand how to setup an Angular project using webpack, but every starter or seed out there was too overwhelming and contain a lot of bloat for someone who just started with webpack.

So hopefuly others in the same situation as me could find this example helpful.

How to use

  1. Clone
  2. Install - yarn install or npm install
  3. Build - yarn build or npm run build - build folder is dist/
  4. Run - yarn start or npm start and browse to http://localhost:8080/ in your favorite browser.

About

A bare minimum Angular setup with webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published