http-server/start.sh

6 lines
129 B
Bash
Raw Permalink Normal View History

2024-04-28 17:11:48 -05:00
#!/bin/bash
cargo build --release
watchexec -e html,css,js -w hyper-src -w templates -w styles ./html &
./target/release/server