https://github.com/ogrodev/devtify-fe
https://github.com/ogrodev/devtify-fe
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ogrodev/devtify-fe
- Owner: ogrodev
- Created: 2022-02-09T23:46:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T13:42:10.000Z (over 3 years ago)
- Last Synced: 2023-08-05T13:58:26.917Z (almost 3 years ago)
- Language: TypeScript
- Size: 855 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite PWA
Welcome to your new PWA, powered by [Vite](https://vitejs.dev/), [Vite Plugin PWA](https://github.com/antfu/vite-plugin-pwa), and [Workbox](https://developers.google.com/web/tools/workbox)! There are three main commands for you to run to start developing your PWA:
- `npm run dev` - Run the development server to develop your PWA
- `npm run build` - Create a production build of your site, by default into the `dist` directory
- `npm run serve` - Preview your production build
## Powerful PWAs
This starter is only the beginning. [Learn more](https://web.dev/progressive-web-apps/) about how to take this codebase and improve the install experience, create an app-like user experience, make your [offline experience even better](https://web.dev/reliable/). Then, [make it powerful](https://chromeos.dev/en/web/powerful-pwas) by adding new web APIs to supercharge your user experience. You can even [build a checklist of capabilities](https://chromeos.dev/en/web/powerful-pwas#your-pwa-checklist) you want to add, or see checklists for different kinds of apps you may want to build.