An open API service indexing awesome lists of open source software.

https://github.com/bashmach/glimmer-redux-todo

Todo app written with Glimmer.js and Redux
https://github.com/bashmach/glimmer-redux-todo

ember-cli glimmerjs redux todomvc

Last synced: about 2 months ago
JSON representation

Todo app written with Glimmer.js and Redux

Awesome Lists containing this project

README

          

# glimmer-todo

Todo app written with Glimmer.js and Redux.

[Demo link](https://glimmer-todo.herokuapp.com/)

## Prerequisites

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

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Yarn](https://yarnpkg.com/en/)
* [Ember CLI](https://ember-cli.com/)

## Installation

* `git clone ` this repository
* `cd glimmer-todo`
* `yarn`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

### Building

* `ember build` (development)
* `ember build --environment production` (production)

## Further Reading / Useful Links

* [glimmerjs](http://github.com/tildeio/glimmer/)
* [ember-cli](https://ember-cli.com/)