jot-the-coder / webpack-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 69.4%Language:HTML 27.9%Language:CSS 2.7%