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

Latest commit

 

History

History
29 lines (21 loc) · 438 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 438 Bytes

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