dsxragnarok / react-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packages Included

Build: Webpack, Babel (es2015 and React), Sass loaders, webpack-dev-server, react-hot-loader

Test: Mocha, Chai, Enzyme

Front-end: React, React-Dom

How to Run Things

Install all dependencies:

npm install

Run webpack:

npm run webpack

Automatically run webpack when files change:

npm run webpack:watch

Run tests:

npm run test

Run tests automatically when files change:

npm run test:watch

Run webpack-dev-server (master branch is configuration for Cloud9. local branch has configuration for running on localhost).

You don't need to run webpack:watch if you are running the dev server.

npm run webpack-dev-server

About


Languages

Language:JavaScript 89.3%Language:HTML 9.7%Language:CSS 1.0%