Skip to content

trystian1/public-transportation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public transportation App

This is a progressive web app build with Redux and React. It's uses the build tool webpack. It uses techniques like service workers and indexedDB to run when the user is offline.

Installing

Clone the repo, and run

npm install

Running

To start the application in development mode, run the following command

npm run serve

To start the application in production mode, run the following command

npm run serve-production

Offline functionality

When the user is offline it will show the application as cached in the browser cache. using the caches api and a service worker to serve the cached files. Also the users last searched routes will appear, served from the idb from the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published