An open API service indexing awesome lists of open source software.

https://github.com/bodacious/thegreatpantomime

Simple HTML website
https://github.com/bodacious/thegreatpantomime

Last synced: 12 months ago
JSON representation

Simple HTML website

Awesome Lists containing this project

README

          

# The Great Pantomime

HTML Files for my website: www.thegreatpantomime.com

## Structure
In this structure, we'll use the app folder for development purposes, while the dist (as in "distribution") folder is used to contain optimized files for the production site.

Since app is used for development purposes, all our code will be placed in app.

We'll have to keep this folder structure in mind when we work on our Gulp configurations. Now, let's begin by creating your first Gulp task in gulpfile.js, which stores all Gulp configurations.