#instructions for setup
-
You'll need to copy
config.js.default
toconfig.js
and 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 install
to install the dependencies on your machine -
Run
npm start
ornode server.js
to run the serverTip: you can use
forever
to automatically reboot the node server when changes are made.