Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 766 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 766 Bytes

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