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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:11:56.000Z (over 2 years ago)
- Last Synced: 2024-03-18T02:10:45.564Z (about 1 year 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
[](https://greenkeeper.io/)
[](https://david-dm.org/Guru107/test_app)
[](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)*