https://github.com/akimalunar/pretty-prism-preact
Preact PWA: PrettyPrism
https://github.com/akimalunar/pretty-prism-preact
css-modules preact preact-router pwa
Last synced: 2 months ago
JSON representation
Preact PWA: PrettyPrism
- Host: GitHub
- URL: https://github.com/akimalunar/pretty-prism-preact
- Owner: AkimaLunar
- Created: 2017-09-23T20:39:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T21:12:58.000Z (over 8 years ago)
- Last Synced: 2025-07-01T14:52:34.253Z (12 months ago)
- Topics: css-modules, preact, preact-router, pwa
- Language: JavaScript
- Homepage: http://prettyprism.com/
- Size: 975 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrettyPrism
Progressive Web App: [Preact](https://preactjs.com/) + [Apollo](https://www.apollographql.com/docs/react/)

## Running a dev server /w Docker
`docker build -t pp-server .`
`docker run -p 8080:8080 -v .:/pretty-prism -t pp-server`