Skip to content

instil/angular-es6-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • Install npm https://docs.npmjs.com/getting-started/installing-node.
  • Download dependencies npm install.
  • Add webpack to commandline path npm install webpack -g.
  • Build bundle.js (found in dist/bundle.js) webpack.
  • Install node http-server npm install http-server -g.
  • Start http-server http-server -p 8000.
  • Navigate to url localhost:8000.

Watch

webpack --watch

Blog post

http://instil.co/2016/09/27/angular-1-es6/

Live app

http://angular-es6-blog.herokuapp.com/#/

Screenshot

Screenshot