summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-08-11 20:48:53 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-08-11 20:48:53 +0200
commit4511f339fe093e56f1100e6e18d224a8f1c8896f (patch)
tree233772df14dcb3532724ce652262bbb13f5bee4b
parent98fe507eb40a98569e3e301a1d0a2c8f5760d4af (diff)
downloadweb-template-4511f339fe093e56f1100e6e18d224a8f1c8896f.tar
web-template-4511f339fe093e56f1100e6e18d224a8f1c8896f.tar.zst
web-template-4511f339fe093e56f1100e6e18d224a8f1c8896f.zip
Add Usage Guide
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0a25c3..81e72ec 100644
--- a/README.md
+++ b/README.md
@@ -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