- node.js
- npm
- yarn
- mongodb
git clone
(from github) &cd ${document}
npm install
oryarn install
- To visit it at http://localhost:3000 with
npm start
git clone
(from github) &cd ${document}
npm install
oryarn install
mongod --dbpath $(dbpath)
- To visit it at http://localhost:8080 with
yarn webstart