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
- Host: GitHub
- URL: https://github.com/naffiq/react-foundation-boilerplate
- Owner: naffiq
- License: mit
- Created: 2017-02-08T06:17:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T15:42:16.000Z (over 9 years ago)
- Last Synced: 2025-03-21T06:29:40.307Z (over 1 year ago)
- Topics: expect, karma, mocha, react, webpack
- Language: CSS
- Homepage:
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React + Foundation Boilerplate
[](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.