This is a starter project for building fast ⚡️ HTML + CSS + JS apps for modern browsers.
- Clone this repo ✂️
- Start a web server 🌐
# macOS or Unix Systems
python -m mSimpleHTTPServer 8000 & open --url http://localhost:8000 &
# if you have Python 3 installed
python3 -m http.server 8000 & open --url http://localhost:8000 &
- Start coding 🧑💻
Zero dependency.
All content is MIT.