Skip to content

rstpv/angular-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 with Webpack

Very basic project that follows most of instructions found in WEBPACK: AN INTRODUCTION

with a small change in the karma reporters (mocha instead of kjhtml), and some configuration found in angular2-webpack-starter as of dependencies and, typeRoots for ts configuration.

To install all the dependencies run:

npm i

To execute tests run:

npm run test:headless

To serve devmode run:

npm start

To build prod run:

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published