Skip to content

Boilerplate for developing full stack apps with Express and Vue.js 📦

Notifications You must be signed in to change notification settings

dj0nny/vue-express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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