Skip to content
/ chat Public

Simple chat based on NodeJS (Express) and VueJS

Notifications You must be signed in to change notification settings

NMFES/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat based on NodeJS (Express) / Vue 2 / SocketIO

This chat is built on my express-vue-webpack-template

Features

  • NodeJS 8 + Express 4
  • Vue JS 2
  • SocketIO
  • MondoDB 3 + Mongoose
  • Webpack 3
  • Bootstrap 4 (beta)
  • FontAwesome
  • Sass

Installation

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 :)

Usage

#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

About

Simple chat based on NodeJS (Express) and VueJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published