A burnbutton server.
cd appnpm installnpm install -g forever
Change the configurations in config/*.js if necessary.
The application server will be started as a daemon, and forever is taking care about failures and issues.
cd appexport NODE_ENV=productionforever stopallforever start server.js
The application server will be started, but not as a daemon.
cd appnpm run devfor live updates ornode server.js- Navigate to http://localhost:3003/burnbutton/