Comic Frontier catalog as a progressive web app with offline capability and mobile-first design. All data is scraped from the official catalog and served as a static site.
- Gatsby static site generator
- react-virtualized efficient list rendering
- Bootstrap 4 CSS framework
- Run:
npm installto install the dependencies - Run:
npm run developto run Gatsby - It may take some time to optimizes and processes all of the images for the first time
- Run:
npm run buildto build website into /public folder