Skip to content

jamiecopeland/react-boilerplate

Repository files navigation

React Boilerplate

Boilerplate for ES6 React applications using Webpack and Webpack Dev Server.

Installation

git clone git@github.com:jamiecopeland/react-boilerplate.git
cd react-boilerplate
npm install

Development

Hot loading

Run the dev server with app updates via Webpack's hot module replacement and react hot loader when a file is changed.
npm run startHot

Full refresh

Run the dev server with app updates via a browser refresh when a file is changed.
npm run startRefresh

Production

Build the application for deployment.
npm run build

About

A boilerplate for React applications with a hot module replacement dev server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published