remove README

This commit is contained in:
Sukchan Lee 2017-11-02 16:08:34 +09:00
parent fbe3e3685f
commit 561c041010
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
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