Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 931 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 931 Bytes

React Starter

This is a starter for React.js based applications. Build system is working on the top of webpack builder. All files can be written in ES6 and will be transformed using babel.js. For the development there is a webpack developer server with react-hot-loader module, which makes live update to you app. See below for what's inside project.

What's included

Requirements

  • node 0.12.x and related npm
  • webpack (install via npm: npm install -g webpack)

Development

  • run npm install
  • run npm start