An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# VaporHotReload

This is a minimal Vapor project with hot reload enabled using [SwiftReload](https://github.com/ShaftUI/SwiftReload).

![video](/Media/example.gif)

## 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.