https://github.com/shaftui/vaporhotreload
Vapor template with hot reload enabled with SwiftReload
https://github.com/shaftui/vaporhotreload
Last synced: 4 months ago
JSON representation
Vapor template with hot reload enabled with SwiftReload
- Host: GitHub
- URL: https://github.com/shaftui/vaporhotreload
- Owner: ShaftUI
- Created: 2025-02-22T14:52:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T15:25:23.000Z (over 1 year ago)
- Last Synced: 2026-01-19T21:43:50.640Z (5 months ago)
- Language: Swift
- Size: 3.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VaporHotReload
This is a minimal Vapor project with hot reload enabled using [SwiftReload](https://github.com/ShaftUI/SwiftReload).

## Usage
Simply clone the repository and run the following command:
```bash
swift run
```
The server will start with hot reload enabled. Feel free to make changes and see the changes immediately applied.
For more information, please visit the [SwiftReload](https://github.com/ShaftUI/SwiftReload) repository.