hci project with vue (Optimized for mobile)
- node & npm
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
- mongoDB
sudo apt-get install mongodb-server mongodb-clients
- pm2
npm install pm2 -g
/frontend
npm install
npm run build
/backend
npm install
pm2 start bin/www --watch (for background running)