Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Persist Elm data structures to IndexedDB using ports and LocalForage.

Notifications You must be signed in to change notification settings

plaxdan/elm-indexeddb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using elm-indexeddb-example

  • Elm 0.18
  • Ports example
  • LocalForage / IndexedDB
  • Webpack
  • Babel

After cloning the repository, install all the necessary dependencies:

$ cd elm-indexeddb-example
$ npm install
$ elm package install

Now build the example using webpack:

$ npm run build

Open the dist/index.html file to see the result.

Or run the webpack dev server at http://localhost:3000:

npm start

About

Persist Elm data structures to IndexedDB using ports and LocalForage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published