dev server

This commit is contained in:
2019-05-23 20:08:32 -04:00
parent 98f78a8af4
commit 0be4d75176
3 changed files with 103 additions and 0 deletions

3
start_server Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
python -m SimpleHTTPServer 8000