Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 286 Bytes

Readme.md

File metadata and controls

16 lines (11 loc) · 286 Bytes

#ng-fn-webpack-seed

An Angular seed with functional programming utilities and webpack

Install:

  • (if on Windows): install Python 2.7.9
  • run "npm install"
  • run "bower install"

Dev:

  • run "npm run watch"

Build:

  • run "npm run build"

server for both Dev and Build is localhost:3000