Skip to content

Commit

Permalink
add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Dec 3, 2017
1 parent 1b373c0 commit ee61b6d
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 83 deletions.
Binary file added .DS_Store
Binary file not shown.
188 changes: 105 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"mongoose": "^4.9.3",
"node-fetch": "^1.6.3",
"pinyin": "^2.8.3",
"pm2": "^2.8.0",
"qiniu": "^6.1.13",
"sha1": "^1.1.1",
"supervisor": "^0.12.0",
Expand Down
Binary file added prototype/16018a6492334.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#start server

npm start
3 changes: 3 additions & 0 deletions stop.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#stop server

npm stop

0 comments on commit ee61b6d

Please sign in to comment.