diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-08-11 20:48:53 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-08-11 20:48:53 +0200 |
commit | 4511f339fe093e56f1100e6e18d224a8f1c8896f (patch) | |
tree | 233772df14dcb3532724ce652262bbb13f5bee4b | |
parent | 98fe507eb40a98569e3e301a1d0a2c8f5760d4af (diff) | |
download | web-template-4511f339fe093e56f1100e6e18d224a8f1c8896f.tar web-template-4511f339fe093e56f1100e6e18d224a8f1c8896f.tar.zst web-template-4511f339fe093e56f1100e6e18d224a8f1c8896f.zip |
Add Usage Guide
-rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -2,7 +2,21 @@ # Web Template -A template project for dynamic web applications. **This project is not ready to use - please be patient.** +A template project for dynamic web applications. + + +## Usage + +``` + git clone https://github.com/xengineering/web-template.git + cd web-template + python3 main.py + + # switch to another terminal + + curl http://localhost:8080 # test with curl + firefox http://localhost:8080 # test with firefox +``` ## Used Technologies |