Skip to content

DaveBitter/indexed-db-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndexedDB Demo

Screenshot of the todo app form with several mock todos underneath

This repository holds the code showcasing the IndexedDB. You can view the demo here.

Getting started

  • Run yarn | npm install to install all needed dependencies
  • Run yarn dev | npm run dev to run the development environment
  • Run yarn build | npm run build to create a production build

Development setup

This project uses Parcel to develop and build. Refer to their documentation to get up to speed on how to work with it.