es6-starterkit
v0.1.0
Published
React Nexus Chat ================
Downloads
22
Readme
React Nexus Chat
Full demo chat app built with react-nexus.
Running it
npm installYou might need to rebuild the project using
gulp.node dist/indexHead your browser to
localhostYou're done.
If you want to tweak things up, the source code is meant to be very straightfoward.
If you want to run the server in production mode (with dead code elimination, with much less runtime checks, and minification), run:
NODE_ENV=production gulpNODE_ENV=production node dist/index
Have fun!
