Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 776 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 776 Bytes

glimmer-todo

Todo app written with Glimmer.js and Redux.

Demo link

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd glimmer-todo
  • yarn

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links