an Alphaity application
Install Postgres
Install Ruby
Run gem install sass
Run npm install
Add a local.js in the config folder to create local Postgres connections
Update your database config in config\connections, when deploying to a local/remote server
To run the project type node app.js
To run prod build type node app.js --prod
Visit this Stack Overflow link
or TL;DR
npm install -g npm-check-updatesncu -u- Updates all node packages in package.jsonrm -rf node_modules- Gets rid of old packagesnpm install- Installs all updates