Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 332 Bytes

Split your damn bills

Talk to me here

Development

Using nodemon to watch for changes to save your hands from RSI.
Install nodemon with

npm i -g nodemon

Run go run with nodemon

# Assumes you are in root directory
nodemon -x "go run .\src\main.go" -w .\src\main.go