Skip to content

Michael3468/mern-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN blog

Combined repository from mern-blog-frontend and mern-blog-backend

Requirements

  • Node.js >= v18.13.0

Scripts

  • First start server, in server dir run
npm run start:dev
  • Then in client dir run
npm start