development.md
November 15, 2020 ยท View on GitHub
MongoDB
Install MongoDB as your database
# Update brew formulae
brew update
# Install MongoDB
brew install mongodb
If you hate MongoDB with a passion and would like to see a postgresql example, check this out!
Build & Dev
Installation
Yarn
yarn install
npm
# Install node modules - this includes those for production and development
# You only need to do this once :)
npm install