Add web server

This commit is contained in:
2019-11-05 21:37:09 +03:00
parent 73ed1eca06
commit 72fe4e5569
6 changed files with 52 additions and 2 deletions

@@ -23,6 +23,10 @@ format:
run: format
crystal run $(ENTRY_POINT)
.PHONY: run-server
run-server: format
server run $(ENTRY_POINT)
.PHONY: spec
spec: format
crystal spec --warnings all --error-on-warnings --error-trace