This will use homebrew which can found and installed at https://brew.sh
brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb/brew/mongodb-community
npm install
npm run mongo:setup
to set up MongoDB database and collections.npm run mongo:test
to insert test user into users collectionnpm install
to install dependenciesnpm run mongo:setup
to set up MongoDB database and collectionsnpm run mongo:test
to insert test user into users collectionnpm run build
npm run start:dev
The webpack dev server (with HMR) will run here: http://localhost:8080 The server will serve a production client build from here: http://localhost:3000