https://github.com/davidde/gatsby-starter-simpwa
Gatsby starter that implements the basics for a simple PWA with sidebars
https://github.com/davidde/gatsby-starter-simpwa
Last synced: 12 months ago
JSON representation
Gatsby starter that implements the basics for a simple PWA with sidebars
- Host: GitHub
- URL: https://github.com/davidde/gatsby-starter-simpwa
- Owner: davidde
- License: mit
- Created: 2019-08-20T00:26:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:22:32.000Z (about 3 years ago)
- Last Synced: 2025-06-10T10:51:21.162Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://davidde.github.io/gatsby-starter-simpwa/
- Size: 2.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Gatsby starter for simple PWA's
This starter implements [gatsby-theme-simpwa](https://github.com/davidde/gatsby-theme-simpwa)
to provide a generic, re-usable and modular layout for developing simple PWA's
(Progressive Web Applications) with responsive sidebars on the left and right.
The intended use case is for **simple web apps** aiming to present themselves as close
as possible to native mobile apps. The idea here is that a simple app can stuff all
its content in the main screen and its left/right sidebars.
## Installation
```bash
gatsby new my-awesome-app https://github.com/davidde/gatsby-starter-simpwa
```
Check out the [theme's README](https://github.com/davidde/gatsby-theme-simpwa)
for more information.