Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guru107/test_app
Preact PWA boilerplate with SSR and code splitting using webpack-flush-chunks and react-universal-component
https://github.com/guru107/test_app
preact preact-app preact-router progressive-web-app service-worker
Last synced: 3 months ago
JSON representation
Preact PWA boilerplate with SSR and code splitting using webpack-flush-chunks and react-universal-component
- Host: GitHub
- URL: https://github.com/guru107/test_app
- Owner: Guru107
- License: mit
- Created: 2017-08-16T14:14:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:11:56.000Z (about 2 years ago)
- Last Synced: 2024-03-18T02:10:45.564Z (10 months ago)
- Topics: preact, preact-app, preact-router, progressive-web-app, service-worker
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# test_app
Preact SSR PWA boilerplate with webpack-flush-chunks and react-universal-component
[![Greenkeeper badge](https://badges.greenkeeper.io/Guru107/test_app.svg)](https://greenkeeper.io/)
[![dependencies Status](https://david-dm.org/Guru107/test_app/status.svg)](https://david-dm.org/Guru107/test_app)
[![devDependencies Status](https://david-dm.org/Guru107/test_app/dev-status.svg)](https://david-dm.org/Guru107/test_app?type=dev)To get this up and running
1. Create your account in [TMDB](https://www.themoviedb.org/settings/api)
2. Add your api key in `src/app/secret_key.js`
3. `yarn install`
4. `yarn start`To run the production build
`yarn run start:prod`
*P.S. This boilerplate was created for a [codelab](https://medium.com/@guru107/my-first-talk-at-gdg-f3ef31253734) on PWA at [GDG Mumbai](https://www.meetup.com/preview/GDG-Mumbai)*