Work In Progress MEVN Website
(MOVED TO: Project-CC)
Using MySQL, ExpressJS, VueJS, and NodeJS
npm install
npm run serve
npm run build
npm run lint
nodemon server.js
npm update or ncu -u
make .env file on base directory then in .env write TOKEN_SECRET = "whatever_varchar_here"
vue ui
removed /dist on .gitignore
if nodemon ins reinstalled make sure to use "npm install -g nodemon"