sendilkumarn / webpack-scaffold-pwa

Webpack scaffold for PWA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ›  Status: In Development

This project is currently in development. We would love to see you to use it and give us your feedback and help in shaping this project and make PWA creation better and easier

webpack-scaffold-pwa

CircleCI Build Status Build Status

Webpack-cli addon for magically ✨ make your application into PWA

Initial Setup

  1. Initialize npm
$ npm init 
  1. Install webpack, webpack-cli, and @webpack-cli/init
$ npm install --save-dev webpack webpack-cli @webpack-cli/init

Usage

npx webpack-cli init webpack-scaffold-pwa

Design your PWA by answering questions .... πŸ›«

What are we trying here ?

PWA requires some boilerplate things to get started and running. We want to make that initial start easier βœ… and faster πŸš€.

We want to make your application's lighthouse score in higher 90-ish and make it better.

What will this generate ?

  • Service worker βš™οΈ
  • Manifest file πŸ—‚
  • Html with all the necessary things πŸš€
  • Wiring webpack configuration πŸ”Œ

Issues / Features

Have some cool new ideas 😎 come and lets add them together. We will make this 🌏, a better place to live ❀️

About

Webpack scaffold for PWA


Languages

Language:TypeScript 64.5%Language:JavaScript 33.9%Language:HTML 1.6%