1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
hack-chat-main/client/README.md

11 lines
157 B
Markdown
Raw Normal View History

2018-05-17 23:42:16 +08:00
## Development
A quick way to start a server is to use Node.js `http-server`:
```
npm install http-server -g
cd client
http-server
```
## Deployment
(TODO)