Update dev server to only serve the playground

Now that we don't rely on node_modules, we can update the content base to just `playground` and just look at it from http://localhost:8080/
This commit is contained in:
Ray Schamp 2016-09-26 10:02:24 -04:00
parent e9cb0a5102
commit 6b1d2a8eb6
7 changed files with 19 additions and 18 deletions

View file

@ -35,7 +35,7 @@ StartServerWindows.bat
```
## Playground
To run the Playground, make sure the dev server's running and go to [http://localhost:8080/](http://localhost:8080/) - you will be redirected to the playground, which demonstrates various tools and internal state.
To run the Playground, make sure the dev server's running and go to [http://localhost:8080/](http://localhost:8080/) - you will be directed to the playground, which demonstrates various tools and internal state.
![VM Playground Screenshot](https://i.imgur.com/nOCNqEc.gif)