Skip to content

gonzofish/semaphore-ng2-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup for Angular 2 with Webpack

This is the code setup for the article Setting Up Angular 2 with Webpack

This code sets up an Angular 2 project with Webpack is a simple way while also providing the configuration for unit testing.

To install all the dependencies run:

npm i

For single, headless tests use:

npm run test:headless

To run code in a browser user:

npm start