svrx(server-x) is a platform built for efficient front-end development.
π» Serve a static site or SPA in current directory
π± Easy to proxy everything
π Auto refresh the page on sources change(inline reload on stylesheets change)
π Powerful plugins: use without installation
π₯ Routing with hot reload: never restart your server
π Toolkit for quick plugin development
π β¦
npm install -g @svrx/cli
mkdir example && cd example
echo '<html><body>Hello svrx!</body></html>' > index.html
svrx
You can read documentation here.
δ½ ε―δ»₯ε¨ θΏι ι θ―»δ½Ώη¨ζζ‘£γ
Feel free to raise an issue.
Please see the contributing guidelines.
For contributors planning to write a new plugin, please see the plugin development guide.