Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 478 Bytes

VaporHotReload

This is a minimal Vapor project with hot reload enabled using SwiftReload.

video

Usage

Simply clone the repository and run the following command:

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