aboutsummaryrefslogtreecommitdiffstats
path: root/client/README.md
blob: 4172271896fd2bd9490f34d66d343d26190e1e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
## 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)