Skip to content

victorpsf/chat-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Requirements

  • nodejs
  • nodemon
    $ npm install --g nodemon
  • yarn
    $ npm install --g yarn
  • vuejs
    $ npm install --g @vue/cli
  • mongodb

client

Project setup

$ cd client
$ yarn install

Compiles and hot-reloads for development

$ yarn serve

Compiles and minifies for production

$ yarn build

Customize configuration

See Configuration Reference.

Server

Project setup

$ cd server
$ npm install

Project start

$ npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors