/mevn

🌯 A framework for MEVN development

Primary LanguageJavaScriptMIT LicenseMIT

Arsan MEVN Framework

Project setup

cd client && npm install
cd server && npm install

Compiles Client and hot-reloads for development

on /client

npm run client

Compiles Server and minifies for production

on /server

npm run server

/server


DB Config

./.env

// DB_URL = SET YOUR MONGODB URL HERE

Make Something On Server

npm run make

CLIENT


Run your client

npm run client

Run your tests

npm run test

Lints and fixes files

npm run lint

Build front end

npm run build