expressiso icon indicating copy to clipboard operation
expressiso copied to clipboard

A quick starter for building an Isomorphic App with Express.js and React.js

expressiso

A basic isomorphic JavaScript application with React, and Express.

Installation

npm install

Running the app

DEBUG=expressiso ./bin/www

Building with webpack

npm run build:watch  # Watch for changes and rebuild
npm run build        # One-off build