Skip to content

Commit

Permalink
Use a node-based http file server
Browse files Browse the repository at this point in the history
  • Loading branch information
nebez committed Oct 19, 2021
1 parent 285a3f4 commit 22f568d
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
./node_modules/.bin/tsc
2 changes: 2 additions & 0 deletions bin/serve
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
./node_modules/.bin/http-server .
201 changes: 201 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"homepage": "https://github.com/nebez/floppybird#readme",
"dependencies": {
"http-server": "^13.0.2",
"typescript": "^4.4.4"
}
}
2 changes: 0 additions & 2 deletions webserver

This file was deleted.

0 comments on commit 22f568d

Please sign in to comment.