Ambystoma is an HTTP server for Frontend Developers. You can serve your HTML, JavaScript and CSS files with live reload.
ambystoma
or use with port option
ambystoma -p 8081
git clone https://github.com/barandemirbas/ambystoma.git && cd ambystoma && make build && sudo cp ./bin/ambystoma /usr/bin/ && sudo chmod +x /usr/bin/ambystoma
Go required for install from source.
sudo wget https://github.com/barandemirbas/ambystoma/releases/download/v1.1.0/ambystoma-linux-x64 -O /usr/bin/ambystoma && sudo chmod +x /usr/bin/ambystoma
sudo wget https://github.com/barandemirbas/ambystoma/releases/download/v1.1.0/ambystoma-linux-x32 -O /usr/bin/ambystoma && sudo chmod +x /usr/bin/ambystoma
sudo wget https://github.com/barandemirbas/ambystoma/releases/download/v1.1.0/ambystoma-linux-arm64 -O /usr/bin/ambystoma && sudo chmod +x /usr/bin/ambystoma
sudo wget https://github.com/barandemirbas/ambystoma/releases/download/v1.1.0/ambystoma-linux-arm32 -O /usr/bin/ambystoma && sudo chmod +x /usr/bin/ambystoma
curl -LJO https://github.com/barandemirbas/ambystoma/releases/download/v1.1.0/ambystoma-mac-x64 && mv ambystoma-mac-x64 /usr/local/bin/ambystoma && chmod +x /usr/local/bin/ambystoma
curl -LJO https://github.com/barandemirbas/ambystoma/releases/download/v1.1.0/ambystoma-mac-arm64 && mv ambystoma-mac-arm64 /usr/local/bin/ambystoma && chmod +x /usr/local/bin/ambystoma