PWA template using Vite, React and Typescript. It has a pre-assembled Docker configuration, with support for implementing an HTTPS server with a digital certificate using NGINX.
- Clone this repository.
$ git clone https://github.com/joao0pedro0alves/template-vite-pwa.git
- Go to project folder.
$ cd template-vite-pwa
- Install app dependencies
$ npm install
- Run server in development
$ npm run dev