Update README

This commit is contained in:
John Furrow
2016-03-20 14:01:05 +01:00
parent 161616c0c4
commit 8021953ec8
+1 -1
View File
@@ -18,7 +18,7 @@ It's a work-in-progress, and it might not have all of the features you want (yet
#### Start the Web Server
* Run `npm start` in your terminal at this repo's root.
* On first run, this may take a few minutes while it installs Node dependencies.
* On first run, this may take a few minutes while it installs dependencies and transpiles JavaScript & CSS assets.
* Access the UI in your browser at `localhost:3000`.
* To change the default port, run `npm start localhost {port}`.