This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-vm
Watch
1
Star
0
Fork
You've already forked scratch-vm
0
mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced
2024-12-25 15:32:40 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
90867cd14e
scratch-vm
/
StartServerWindows.bat
3 lines
90 B
Batchfile
Raw
Normal View
History
Unescape
Escape
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/
2016-09-26 10:02:24 -04:00
@
echo
off
node_modules\.bin\webpack-dev-server --host 0.0.0.0 --content-base .\playground
Reference in a new issue
Copy permalink