Skip to content

A Simple to use react+webpack+hot-loader boilerplate for production apps. This is what I use.

Notifications You must be signed in to change notification settings

ijxsid/my-react-boilerplate

Repository files navigation

Yet Another Webpack + React Boilerplate.

Its just one more of those (Webpack + React) Boilerplates, to be used for production apps.

Features

  • Webpack React Hot Loader for Dev.
  • ES6-7 transpiling with babel-loader.
  • Webpack Production and Development builds.
  • ES6 linting.

Usage

  • Development Mode.
npm run dev
  • Production Bundling.
npm run build
  • Serving the files staticly(needs httpster)
npm run serve
  • ES6 linting.
npm run lint

About

A Simple to use react+webpack+hot-loader boilerplate for production apps. This is what I use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published