diff options
Diffstat (limited to 'client/README.md')
-rw-r--r-- | client/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/README.md b/client/README.md new file mode 100644 index 0000000..4172271 --- /dev/null +++ b/client/README.md @@ -0,0 +1,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)
\ No newline at end of file |