/rank-ideas

Elm app to prioritize ideas

Primary LanguageElmBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Rank ideas

A simple tool to rank ideas.

Inspired by the blog post "Idea Fight!" from Rob Hoelz and his code example.

Usage with elm tools

  • npm build-standalone creates an optimized production build
  • npm build-standalone-debug creates a build with the time-traveling debugger
  • npm test runs the tests

Create-Elm-App

This project is bootstrapped with Create Elm App, have a look at README-CEA.md to learn more.

run

  • npm start to start the live-reload development server
  • npm build to create an optimized an minimized production build
  • npm test to execute the Unit Tests