Skip to content

jpoechill/jquerybartor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bart App

An offline-first app that allows users to select and display BART station train departure and arrival times.

Topics covered: Service workers, indexedDB (with Dexie.js), BART API.

To install modules:

  1. Run npm install in your command line.

To run app in development mode from development folder:

  1. Enter gulp serve from the command line.
  2. Enjoy app.

To run app in production mode from production folder:

  1. Enter gulp serve:dist from the command line.
  2. Enjoy app.

Releases

No releases published

Packages

No packages published