https://github.com/logustra/wwwid-pwa
WWWID - challenge | Making web applications can be used less than 5 seconds
https://github.com/logustra/wwwid-pwa
atomic-design axios nexjs pwa pwa-example react-hooks reactjs server-side-rendering ssr styled-components typescript workbox
Last synced: 2 months ago
JSON representation
WWWID - challenge | Making web applications can be used less than 5 seconds
- Host: GitHub
- URL: https://github.com/logustra/wwwid-pwa
- Owner: logustra
- Created: 2019-01-14T01:57:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T12:42:35.000Z (about 6 years ago)
- Last Synced: 2025-01-22T20:29:48.953Z (4 months ago)
- Topics: atomic-design, axios, nexjs, pwa, pwa-example, react-hooks, reactjs, server-side-rendering, ssr, styled-components, typescript, workbox
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WWWID - PWA
Example PWA project
This application is built for [WWWID Challenge](https://medium.com/wwwid/tantangan-web-developer-untuk-membuat-aplikasi-web-bisa-digunakan-kurang-dari-5-detik-70bb7431741d).## Quick Start
1. Make sure you have these installed
* [node.js](http://nodejs.org/)
* [yarn](https://yarnpkg.com/en/)2. Clone repository `git clone https://github.com/logustra/wwwid-pwa.git`
3. CD to the folder `cd wwwid-pwa`
4. Run `yarn install`
5. Run `yarn build` after that `yarn start`
6. Happy to use :)## Reference
Title : [github.com](https://github.com/zeit/next.js/blob/master/errors/no-document-title.md)
Atomic Design : [bradfrost.com](http://bradfrost.com/blog/post/atomic-web-design/) | [codeburst.io](https://codeburst.io/atomic-design-with-react-e7aea8152957)