vitortamberlini / html-hello

The most basic boilerplate template to start an HTML/CSS website in just 30 seconds. Compatible with Gitpod.

Home Page:https://gitpod.io#https://github.com/4GeeksAcademy/html-hello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's this?

It's a basic template to run a Flask server that serves 'index.html'.

How to set up it?

Very simple! Just install Flask and ask python to run the 'server.py', like this:

$ pip3 install flask && python3 server.py

About

The most basic boilerplate template to start an HTML/CSS website in just 30 seconds. Compatible with Gitpod.

https://gitpod.io#https://github.com/4GeeksAcademy/html-hello


Languages

Language:Python 99.9%Language:HTML 0.1%