How to Run this project? cd mobileapp npm install DEBUG=mobileapp:* npm start How to Modify the port? 可以通过修改mobileapp/bin/www中的配置来改变其所在的端口. How to initialize the database? create a schema named tinyworld in your mysql. cd sql mysql -u"yourAccount" -p"yourPassword" tinyworld < tinyworld.sql