Merge pull request #363 from geppy/remove-vestigial-instructions

Removed reference to `StartServerWindows.bat`
This commit is contained in:
Andrew Sliwinski 2016-12-27 21:25:10 -05:00 committed by GitHub
commit f90827d5f1

View file

@ -30,10 +30,6 @@ Open a Command Prompt or Terminal in the repository and run:
```bash
npm start
```
Or on Windows:
```bash
StartServerWindows.bat
```
## Playground
To run the Playground, make sure the dev server's running and go to [http://localhost:8073/](http://localhost:8073/) - you will be directed to the playground, which demonstrates various tools and internal state.