Code challenge using React-Vite-PWA
Install dependencies:
npm install # or yarn
In order to run it in development, run:
npm run dev # or yarn dev
In order to do a production build, run:
npm run build # yarn build
There are two more scripts:
preview
and https-preview
preview
command will boot up local static web server that serves the files fromdist
folder.https-preview
is the same, but with HTTPS.