Skip to content

alfonsotech/mern-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mern-crud

A MERN (MongoDB, Express, React, Node) boilerplate app with basic CRUD (Create, Read, Update, Delete) routes.

Using this app

  1. Fork the repo and clone your clone of the repo
  2. In your terminal, change directories into the repo directory
  3. Run npm i in the root of the repo directory to install the server-side dependencies
  4. Change directories into the "client" directory and run npm i in the root of the repo directory to install the client-side dependdencies
  5. Run yarn build to create the build folder in the client folder
  6. Run yarn start to fire up React client-side server
  7. In a new terminal tab, change directories back into the root of your project
  8. Run yarn start there to fire up express server app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published