This website requires JavaScript.
Explore
Help
Register
Sign In
iiiypuk
/
markdown-live-preview
Watch
1
Star
0
Fork
0
You've already forked markdown-live-preview
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
feature/reconstruction
markdown-live-preview
/
local-server.sh
7 lines
95 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Update usage
2020-07-17 19:31:22 +03:00
#!/bin/bash
SCRIPT_DIR
=
$(
cd
$(
dirname
$0
)
;
pwd
)
Scaffold react app
2020-08-09 18:08:58 +03:00
pushd
./build
Update usage
2020-07-17 19:31:22 +03:00
python -m http.server
8000
popd
Reference in New Issue
Copy Permalink