Skip to content

Rotfuchs-von-Vulpes/MEVN-MyFirstProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MEVN-MyFirstProject

How to run?

Server

cd server

// install all packages
npm install || yarn

// run development server
npm run dev || yarn dev

// run production server
npm run serve || yarn serve

Client

cd client

// install all packages
npm install || yarn

// run development server
npm run dev || yarn dev

// build app to production
npm run build || yarn build

// start production server
npm run serve || yarn serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published