Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)*