DonaldWhyte / react-es6-webpack-boilerplate

Lightweight boilerplate for React with ES6 (Babel) and Hot reloader using Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

Run Server for Development

npm install
npm start
# open http://localhost:5000

Run Server in Production

npm install
npm run build
npm run prod
# open http://localhost:5000

Linting

ESLint with React linting options have been enabled.

npm run lint

About

Lightweight boilerplate for React with ES6 (Babel) and Hot reloader using Webpack.


Languages

Language:JavaScript 96.9%Language:HTML 3.1%