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