danigracia / bootstrapnodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Star Wars Site

This is a raw, static HTML site packed with information about Star Wars movies, taken from the Wookieepedia.

Serving the site locally

Although this site can be viewed by simply opening the .html files, you would get a better user experience by serving it using Python's SimpleHTTPServer or http.server modules.

To serve this site locally, execute the following commands in a terminal window:

For this to work, you will have to install Python on your machine.

$ cd simple-starwars-site
$ python -m SimpleHTTPServer 8080  # If you have Python 2.7 installed
$ python -m http.server 8080       # If you have Python 3 installed

After this, you can fire up your favorite web browser and put http://localhost:8080 in the address bar.

About

License:Other


Languages

Language:CSS 79.3%Language:HTML 20.5%Language:JavaScript 0.2%