Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.3 KB

index.md

File metadata and controls

40 lines (25 loc) · 1.3 KB

svrx(server-x) is a platform built for efficient front-end development.

Features

🍻 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
🎊 ...

Quick Start

  • npm install -g @svrx/cli
  • mkdir example && cd example
  • echo '<html><body>Hello svrx!</body></html>' > index.html
  • svrx

Documentation

You can read documentation here.

你可以在 这里 阅读使用文档。

Support

Feel free to raise an issue.

Contributing

Please see the contributing guidelines.

Providing a new plugin

For contributors planning to write a new plugin, please see the plugin development guide.

👉 See all plugins