ihassin / semaphore-ng2-webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 75.0%Language:JavaScript 14.4%Language:HTML 10.6%