Skip to content

eloquently/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published