/mevn--microposts

Example of a fullstack app using Vue.js, Express and MongoDB.

Primary LanguageJavaScript

MEVN - microposts

Example of a fullstack app using Vue.js, Express and MongoDB.

Quick Start

# Install dependencies
npm install

# Start Express Server: http://localhost:5000
npm start

# Start Vue DevServer: http://localhost:8080
cd client
npm run serve

# Build for production (Will build into server/public, ready for deployment)
cd client
npm run build