rapid-express-react-example
v1.2.0
Published
Example code for rapidly deploying a website using rapid-express-react.
Readme
##Installation Instructions:##
###Install Necessary Packages:###
This installs n for easy nodejs management (includes npm):
curl -L http://git.io/n-install | bashInstall dev tools:
npm install --global browserify watchify exorcist##Create Environment Variables##
cp .template.env .envDon't forget to edit .env to the appropriate configs
##Run Application: Development##
./runserver.sh dev##Run Application: Production##
./runserver.shThen go to: http://localhost:8000/
