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
2018-05-17 21:12:16 +05:30

157 B

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)