Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 768 Bytes

README.md

File metadata and controls

59 lines (39 loc) · 768 Bytes

vue-express-boilerplate

An Express - MongoDB with JWT auth boilerplate

Installation

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

Run Locally

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

Tech Stack

Client: Vue.js with Composition API

Server: Node, Express

Authors