#instructions for setup
-
You'll need to copy
config.js.defaulttoconfig.jsand edit the values to point to a MySQL database, etc. This file is ignored by the repo so when the code gets pushed to AWS the server has it's own config.js file that will set it for that environment -
Run
npm installto install the dependencies on your machine -
Run
npm startornode server.jsto run the serverTip: you can use
foreverto automatically reboot the node server when changes are made.