Skip to content

chandanv03/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 80.6%
  • JavaScript 11.2%
  • HTML 8.2%