Skip to content

johnazre/angular-webpack-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Starter with Webpack and Typescript

To get started, clone the repo and run npm install.

If you want to use Webpack-Dev-Server instead of live-server/http-server/etc:

  • npm install --save-dev webpack-dev-server
  • Add this to the scripts object of package.json: "start": "webpack && node node_modules/.bin/webpack-dev-server"

About

Starter project for AngularJS (Angular 1.X) using Webpack and Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published