Cookiecutter template for a static web site.
cookiecutter gh:utisam/cookiecutter-static-web
cd {{ project_name }}
./configure
make
python3 -m http.server # or python -m SimpleHTTPServer
Open your favorite browser: http://127.0.0.1:8000/index.html
Cookiecutter template for a static web site.
cookiecutter gh:utisam/cookiecutter-static-web
cd {{ project_name }}
./configure
make
python3 -m http.server # or python -m SimpleHTTPServer
Open your favorite browser: http://127.0.0.1:8000/index.html