/cookiecutter-static-web

Boilerplate for static web pages

Primary LanguageMakefile

Bootstrap Single Page

Cookiecutter template for a static web site.

Getting Started

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