Prerequisite ================= Install Node.js at https://nodejs.org/ Install yarn at https://yarnpkg.com/ Install MongoDB at https://www.mongodb.com/ Install Package ================= yarn Running ================= [for Development] mongod yarn run dev [for Production] mongod yarn run build; yarn run start