Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 531 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 531 Bytes

mathyem-mastermind

Project setup

npm install

.ENV setup example

VUE_APP_SOCKET_ENDPOINT=localhost:3001
VUE_APP_SOCKET_ENDPOINT_PROTOCOL=http://
VUE_APP_PUBLIC_VAPID_KEY=*web_push vapid key*

Compiles and hot-reloads for development

#run app
npm run serve

#run server
node server/index.js

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.