https://github.com/zhipenglin/exhibition
https://github.com/zhipenglin/exhibition
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhipenglin/exhibition
- Owner: zhipenglin
- Created: 2017-04-06T05:53:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T05:23:54.000Z (about 9 years ago)
- Last Synced: 2025-07-10T16:36:15.431Z (11 months ago)
- Language: HTML
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Application created by [ThinkJS](http://www.thinkjs.org)
## Install dependencies
```
npm install
```
## Start server
```
npm start
```
## Deploy with pm2
Use pm2 to deploy app on production enviroment.
```
pm2 startOrReload pm2.json
```