Working application
This commit is contained in:
12
reaction_systems_gui/start_server.sh
Executable file
12
reaction_systems_gui/start_server.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
# Starts a local web-server that serves the contents of the `doc/` folder,
|
||||
# which is the folder to where the web version is compiled.
|
||||
|
||||
# cargo install basic-http-server
|
||||
|
||||
echo "open http://localhost:8080"
|
||||
|
||||
(cd docs && basic-http-server --addr 127.0.0.1:8080 .)
|
||||
# (cd docs && python3 -m http.server 8080 --bind 127.0.0.1)
|
||||
Reference in New Issue
Block a user