nickngqs / mevn

A Mevn stack sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mevn

A MEVN Stack Sample

Build Setup

# Installation
$ npm install # or yarn install

# Run backend server
$ cd server
$ npm run dev

# Run frontend client
$ cd client
$ npm run dev

Application

Server (Express App) will run on http://localhost:3001
Client (Nuxt.js App) will run on http://localhost:3000

About

A Mevn stack sample


Languages

Language:Vue 52.6%Language:JavaScript 43.4%Language:CSS 4.0%