/starter-node-react

a starter project structure for react-app

Primary LanguageJavaScriptMIT LicenseMIT

starter-node-react

A starter project for react-app, if you don't familiar with React with Webpack, the following links is highly recommended.

Dependencies

please use the latest version of following tools:

  1. ECMAScript 6
  2. React, v0.14
  3. Webpack, v1.12
  4. Babel, v5.8
  5. Koa, v1.0
  6. Node.js, v4.1

Running

Install dependencies

npm install

Build

npm run build

or you can use hot mode if you don't want to build repeatedly:

npm run dev

Start

npm start

Browse

Open your browser, and visit http://localhost:3000 to check the result