Preview of some functionalities of Progressive Web Applications. Keep in mind that PWA requires HTTPS.
Steps to make it work properly:
- Install the deps
- Run development server
- Tunnel the application via LocalTunnel to expose it to the internet.
Having npx
which is packed with npm >= 5.20
.
In the project directory, you can run npm install
to install all the deps.
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npx localtunnel -p 3000
You can run this tunnel after your development server (npm start
) has been started.
This exposes localhost:3000 over https on the internet giving you a domain name to resolve the host.