remove dev server

This commit is contained in:
dandds
2018-10-15 16:52:12 -04:00
parent 8a207b3bc6
commit 6a2a7545ae
2 changed files with 2 additions and 38 deletions

View File

@@ -77,13 +77,9 @@ virtualenvs for you when you enter and leave the directory.
To start the app locally in the foreground and watch for changes:
script/dev_server
script/server
To watch for changes to any js/css assets:
yarn watch
After running `script/dev_server`, the application is available at
After running `script/server`, the application is available at
[`http://localhost:8000`](http://localhost:8000).