Skip to content
jollen edited this page Jan 23, 2016 · 6 revisions

Preface

First React Project

Create your own project from scratch, or use the project template.

Create your own project

  • Initialize a new npm project
  • Update package.json for dependencies
  • gulp, semantic and etc
  • Compile semantic
  • Create a webpack project configuration
  • Build the web pack project for production
$ npm run build:webpack
  • or start the dev immediately
$ node server.js 
Listening at http://localhost:3000
webpack built 6e73bfa715708810c2e5 in 44324ms

Use project template

Clone this wiki locally