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

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

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)