Skip to content

mrozbarry/elm-firebase-todomvc

 
 

Repository files navigation

All of the Elm code lives in Todo.elm and relies on the elm-lang/html and pairshaped/elm-firebase libraries.

Build Instructions

Run the following command from the root of this project:

$ npm install -g yarn
$ yarn
$ yarn build
$ yarn start

With your own database

You may have to create a new firebase project in your firebase console rather than with firebase-tools.

$ node_modules/firebase-tools/bin/firebase login
$ node_modules/firebase-tools/bin/firebase init
$ node_modules/firebase-tools/bin/firebase deploy

Then open localhost:5000 in your browser!

About

The TodoMVC app written in Elm, nice example for beginners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 69.9%
  • CSS 27.8%
  • HTML 2.3%