Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewuweblab/pwa-example
https://github.com/ewuweblab/pwa-example
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ewuweblab/pwa-example
- Owner: ewuweblab
- Created: 2021-06-01T21:18:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T21:18:26.000Z (over 3 years ago)
- Last Synced: 2024-11-21T18:31:02.572Z (2 months ago)
- Language: JavaScript
- Size: 473 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web 3 (Static) Starter
## 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/)## 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)