A simple tool to rank ideas.
Inspired by the blog post "Idea Fight!" from Rob Hoelz and his code example.
npm build-standalone
creates an optimized production buildnpm build-standalone-debug
creates a build with the time-traveling debuggernpm test
runs the tests
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 servernpm build
to create an optimized an minimized production buildnpm test
to execute the Unit Tests