http-server/start.sh
2024-04-28 17:11:48 -05:00

6 lines
129 B
Bash

#!/bin/bash
cargo build --release
watchexec -e html,css,js -w hyper-src -w templates -w styles ./html &
./target/release/server