jonboylailam / nodejs-react-app-starter

A starter project which uses nodejs and reactjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A starter project which uses nodejs and reactjs

License:MIT License


Languages

Language:JavaScript 91.9%Language:CSS 6.6%Language:HTML 1.5%