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)
A quick way to start a server is to use Node.js http-server:
npm install http-server -g
cd client
http-server
(TODO)