Skip to content

alessiosantangelo/pyxis-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progressive Web Application with Pyxis

Preview of some functionalities of Progressive Web Applications. Keep in mind that PWA requires HTTPS.

Steps to make it work properly:

  1. Install the deps
  2. Run development server
  3. Tunnel the application via LocalTunnel to expose it to the internet.

Prerequisites

Having npx which is packed with npm >= 5.20.

Install deps

In the project directory, you can run npm install to install all the deps.

Run development server

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.

Tunnel the application

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published