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