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

https://github.com/naffiq/react-foundation-boilerplate

Includes ReactJS, Webpack, Foundation, Karma, Mocha and Expect
https://github.com/naffiq/react-foundation-boilerplate

expect karma mocha react webpack

Last synced: 3 months ago
JSON representation

Includes ReactJS, Webpack, Foundation, Karma, Mocha and Expect

Awesome Lists containing this project

README

          

# React + Foundation Boilerplate

[![Build Status](https://travis-ci.org/naffiq/react-foundation-boilerplate.svg?branch=master)](https://travis-ci.org/naffiq/react-foundation-boilerplate)

Includes react router, Foundation CSS framework, SASS loader and tests boilerplate with karma, mocha and expect

## Running

Clone and install dependencies:
```bash
$ npm install
```

Then run
```bash
$ npm start
```

And run webpack to hook up with your changes
```bash
$ webpack -w
```
or
```bash
$ node node_modules/webpack/bin/webpack.js -w
```
in case you have no global installation of webpack.