Lightweight boilerplate for React with ES6 (Babel) and Hot reloader using Webpack.
Find a file
2016-05-11 10:58:20 -07:00
app more renaming 2016-05-11 09:39:47 -07:00
.babelrc Correction of the bug vasanthk/react-es6-webpack-boilerplate#9 in the production build 2016-02-19 12:55:56 +01:00
.eslintignore fix package.json linting 2016-05-11 08:34:18 -07:00
.eslintrc fix jsx comments 2016-05-11 10:58:20 -07:00
.gitignore Correction of the bug vasanthk/react-es6-webpack-boilerplate#9 in the production build 2016-02-19 12:55:56 +01:00
index.html more renaming 2016-05-11 09:39:47 -07:00
package.json minor changes 2016-05-11 07:38:56 -07:00
README.md Babel 6 upgrade + version bump 2015-12-21 11:43:46 -08:00
server.js Added History API fallback option 2015-07-15 12:01:27 -07:00
webpack.config.js fix ? stuff that broke from renaming 2016-05-11 09:33:12 -07:00
webpack.config.production.js fix ? stuff that broke from renaming 2016-05-11 09:33:12 -07:00

React ES6 Webpack Boilerplate

Boilerplate for kick starting a project with the following technologies:

The various webpack options used have been explained in detailed as comments in the config file. Should help with understanding the nitty-gritty :)

Usage

npm install
npm start
Open http://localhost:5000

Linting

ESLint with React linting options have been enabled.

npm run lint