Connecting open source projects with designers.
Download Bower and Node Dependencies
npm i
bower i
Running the app locally
node server
Running the app in production
NODE_ENV=production forever start --spinSleepTime 10000 server.js
Connecting open source projects with designers.
Download Bower and Node Dependencies
npm i
bower i
Running the app locally
node server
Running the app in production
NODE_ENV=production forever start --spinSleepTime 10000 server.js