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)