/nodejs-react-app-starter

A starter project which uses nodejs and reactjs

Primary LanguageJavaScriptMIT LicenseMIT

Starter Web App

This is my attempt to create a dev workflow which hot reloads client and server side changes.

Note: This is still a work in progress

Installation

git clone xyz
rm -rf .git
npm install
gulp (npm run dev)
open http://localhost:3000

Deployment

gulp bundle (npm run bundle)

What do you get

Configuration

HOST_NAME - used when logging and sending stats to statsd. default is jonsmac STATSD_HOST - the ip address for the statsd server