- 提取服务到单独的文件夹
how to run the code:
##Server From the 'server' folder
-
npm install or cnpm install ( install packages )
-
npm start or node server.js
##Client From the 'client' folder
-
npm install or cnpm install ( install packages )
-
typings install
-
npm start or ng serve (assumes Angular CLI)