Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 602 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 602 Bytes

project-management-app

(MEVN) Project Management Application!
Live ver. - https://sn-project-management-app.herokuapp.com
    .env
VUE_APP_BASE_URL_API="http://localhost:3000"

HEROKU_API_KEY = **************************
HEROKU_APP_NAME = sn-project-management-app
static.json is for the heroku front-end deployment

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.