Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 602 Bytes

Notissia Code Test

Code challenge using React-Vite-PWA

Deployment

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 from dist folder.
  • https-preview is the same, but with HTTPS.

Live for demo within application period only.