Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 365 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 365 Bytes

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