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
- Host: GitHub
- URL: https://github.com/bashmach/glimmer-redux-todo
- Owner: bashmach
- Created: 2017-04-05T05:33:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T10:22:50.000Z (over 7 years ago)
- Last Synced: 2025-06-10T16:09:17.453Z (5 months ago)
- Topics: ember-cli, glimmerjs, redux, todomvc
- Language: TypeScript
- Homepage: https://glimmer-todo.herokuapp.com
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)