Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gonzofish/semaphore-ng2-webpack


https://github.com/gonzofish/semaphore-ng2-webpack

angular angular2 jasmine karma unit-testing webpack

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Setup for Angular 2 with Webpack

This is the code setup for the article
[
Setting Up Angular 2 with Webpack](https://semaphoreci.com/community/tutorials/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:

```shell
npm i
```

For single, headless tests use:

```shell
npm run test:headless
```

To run code in a browser user:

```shell
npm start
```