Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 413 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 413 Bytes

mern_shopping_list

This is an example project.

You should already have node, npm, and mongod installed in your machine before you run the below commands in the terminal.

Install Server Dependency

npm install

Install Client Dependency

npm run client-install

Start the MongoDB database

mongod

Start the example project in development

npm run dev