Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gonzofish/semaphore-ng2-webpack
- Owner: gonzofish
- Created: 2016-08-19T03:17:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T14:49:12.000Z (over 7 years ago)
- Last Synced: 2024-10-01T09:42:53.589Z (about 1 month ago)
- Topics: angular, angular2, jasmine, karma, unit-testing, webpack
- Language: TypeScript
- Size: 56.6 KB
- Stars: 78
- Watchers: 6
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```