Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ewuweblab/pwa-example


https://github.com/ewuweblab/pwa-example

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Web 3 (Static) Starter

Deploy to Netlify

## Static How?
* No dynamic creation of HTML content, partials, or includes, etc.
* No preprocesser or compilation of CSS, modularization of files, etc.
* No JS front-end framework dependencies e.g. ReactJS

## Base Files and Folders
Descriptions and purpose of core files and folders in this repo.

* `README.md` : The thing you're reading right now.
* `manifest.json` : Specifies metadata about your project, puts appropiate icons on homescreens, and necessary for [Progressive Web Apps](https://www.youtube.com/watch?v=Z8MjdQGyjfA&vl=en)
* `index.html` : Default file for website or web app.
* `css` : All the CSS files.
* `js` folder : All the JS files.
* `img` folder : All the images.
* `img/favicons` : Icons for browsers, homescreens, apps, etc. Replace these with your own favicons via [Real Favicon Generator](https://realfavicongenerator.net/)

Deploy to Netlify

## Addons

* [Flickity from Meta](https://flickity.metafizzy.co/)
* [Light Gallery](https://sachinchoolur.github.io/lightGallery/)

## Attributions

> Borrow good code, then remix it.

Cite your relevlant sources. For example:

* Images from [Unsplash.com](https://unsplash.com/)
* Lightbox image effect from [CodePen](https://codepen.io/manikoth/pen/vypeKo)

Deploy to Netlify