Skip to content

scherler/react-es6-webpack-boilerplate

 
 

Repository files navigation

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

Run with Docker

docker build -t react-es6-webpack-boilerplate .
docker run -d -p 5000:5000 --name reac react-es6-webpack-boilerplate
Point to http://0.0.0.0:5000/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • HTML 4.7%