An Express - MongoDB with JWT auth boilerplate
Clone the repository using Git:
git clone https://github.com/dj0nny/vue-express-boilerplate.gitAnd install server's dependencies with npm
cd vue-express-boilerplate
npm installAnd client's dependencies
cd client
npm installStart the server
npm run start::serverStart the server in development mode:
npm run dev::serverRun the client:
npm run dev::clientRun the client and the server together:
npm run devClient: Vue.js with Composition API
Server: Node, Express