Skip to content

A boilerplate for writing React based ES6 app with webpack

Notifications You must be signed in to change notification settings

chenmol/react-webpack

 
 

Repository files navigation

This is a boilerplate for React Webpack project. You could use it to build your own app.

Features

  • React base es6
  • webpack
  • hot reloader
  • babel
  • sass

Clone

$ git clone https://github.com/EdwardZZZ/react-webpack.git <yourAppName>
$ cd <yourAppName>
$ npm install

Start

$ npm start

react-hot-reloader

$ npm run dev

Build

$ npm run build

About

A boilerplate for writing React based ES6 app with webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • CSS 4.9%
  • HTML 2.2%