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

https://github.com/dingjules/webpack-starter

Quick web app starter with webpack and karma
https://github.com/dingjules/webpack-starter

es6 karma starter-kit webpack2

Last synced: 3 months ago
JSON representation

Quick web app starter with webpack and karma

Awesome Lists containing this project

README

        

# Quick webapp starter

A quicke starter with __webpack2__, __karma__

## to start project on dev mode
```
npm install
npm start
```

## to run unit tests
```
npm test
```
or to run test with hot reloading
```
npm run test-watch
```
> Coverage reports are generated in _/target/coverage_

## to make production version
```
npm run build
```
> Production files are generated in _/target/dist_