This chat is built on my express-vue-webpack-template
- NodeJS 8 + Express 4
- Vue JS 2
- SocketIO
- MondoDB 3 + Mongoose
- Webpack 3
- Bootstrap 4 (beta)
- FontAwesome
- Sass
For installing you should run next commands:
git clone https://github.com/NMFES/chat.git
cd chat
npm install
sudo npm install nodemon -g
Also you need to install MongoDB
... and something else you need to do. If i forgot something :)
#dev-mode
npm run webpack-dev
#prod-mode
npm run webpack-prod
#dev-mode
npm run express-dev
#prod-mode
npm run express-prod
More details you can find here express-vue-webpack-template