# brew install imagemagick
# npm install pm2 -g
Help yourself to install mongo
# mongod --config /your/path/of/mongodb.conf --fork
Help yourself to install node(>6) and npm(>5)
# cd client/framework
# npm install
# cd ../application
# npm run dev
# cd server
# npm run dev
Open http://127.0.0.1:3000 in your browser.
You guess!