jp-sauve / mevn-starter

Starter project using Mongo, Express, VueJS, and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JP's MEVN Starter

This repo is a good start to combining an Express/Mongo backend with a Vue cli front-end. The directory structure has changed a bit, but will still use SFC.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve:client
yarn run serve:server

Compiles and minifies for production

yarn run build

Serve production

yarn run production

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Interact using Postman

A Postman collection is included in the root of the project for testing the server. Just import and use!

MEVN.postman_collection.json

About

Starter project using Mongo, Express, VueJS, and NodeJS


Languages

Language:Vue 47.5%Language:JavaScript 43.5%Language:HTML 8.9%