Skip to content

rbatistajs/riotjs-webpack-boilerplate

Repository files navigation

Running the Application

Download or clone this repo.

Install packages.

$ npm install

And then run the server using webpack-dev-server or any possible way you know

$ npm start

Running Unit Tests

The configuration is found at karma.conf.js.
The unit tests are found in /test.
The easiest way to run the unit tests is to use the supplied npm script:

$ npm test

About

Boilerplate RiotJS with Webpack + Babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published