This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [NMP-30] Feature** setup vite pwa (#44)
* Vite project initialized and runnning; project config set to typescript + swc; Name is to be decided; .gitignore updated * changed vite project folder name from 'QuackStack-tbd' to 'frontend' * changed vite project folder name from 'QuackStack-tbd' to 'frontend' * Added vite-plugin-pwa, and configured vite.config to specfiy registration type for the service worker * fixed linter problems with vite.config.ts, installed pwa and other react plugins as dependencies and not devdependencies * configured manifest to install web app * added name,description,and theme-color at manifest --------- Co-authored-by: GDamaso <guildamaso@gmail.com>
- Loading branch information