Skip to content

kayjtea/angularjs-typescript-webpack-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Install nodejs
  • Install webpack globally: npm install webpack -g
  • Install webpack-dev-server globally: npm install webpack-dev-sever -g
  • Clone repo
  • Install dependencies: npm install
  • Start webpack-dev-server on localhost:8080: npm run dev
  • Browse to http://localhost:8080

Other npm scripts:

  • Clean-build: npm run clean-build (builds to ./build -- not needed for webpack-dev-server; just an example of what ./build would look like.

About

Simple AngularJS 1.5 w/ TypeScript 1.8 and Webpack example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published