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

Contents

  1. 1MongoDB
  2. 2Build & Dev
  3. 2.1Installation