Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 643 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 643 Bytes

vue-socket-io

Netlify Status

App website : https://githubcollab.netlify.com/

Backend repository : https://github.com/oygen87/nodejs-socket-io

Project setup

npm install

Compiles and hot-reloads for development

npm run start

Compiles and minifies for production

npm run build

Run your tests

npm run test

Run E2E tests

Start backend express server and then

npm run e2e

Lints and fixes files

npm run lint