A MERN (MongoDB, Express, React, Node) boilerplate app with basic CRUD (Create, Read, Update, Delete) routes.
- Fork the repo and clone your clone of the repo
- In your terminal, change directories into the repo directory
- Run
npm iin the root of the repo directory to install the server-side dependencies - Change directories into the "client" directory and run
npm iin the root of the repo directory to install the client-side dependdencies - Run
yarn buildto create the build folder in the client folder - Run
yarn startto fire up React client-side server - In a new terminal tab, change directories back into the root of your project
- Run
yarn startthere to fire up express server app