Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swashcap/tdd-kanban-board
https://github.com/swashcap/tdd-kanban-board
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/swashcap/tdd-kanban-board
- Owner: swashcap
- Created: 2015-03-20T01:15:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T01:16:47.000Z (over 9 years ago)
- Last Synced: 2023-04-01T03:29:02.873Z (over 1 year ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD Kanban Board
> What about those tests? Think those tests still work?
![Toran Billups dropping the metaphoric microphone](public/drop-da-mic.gif)
—Toran Billups
**This repository is a code exercise based on Mr. Billups’ [amazing talk about test-driven development](https://www.youtube.com/watch?v=2b1vcg_XSR8) given at [EmberConf 2015](http://emberconf.com/).**
I have very little experience with TDD, and practically no experience with Ember. But, after watching Mr. Billups’ jaw-dropping talk on YouTube, I figured I’d give both a shot. The whole thing is right there in the video and it’s pretty easy to follow along. (Although, if you’re like me, you’ll probably have to rewatch it a coule times. _Also_, he’s insanely good with Vim.)
Unfortunately, this isn’t web viewable. The application relies on an API for todos (`/api/todos` in _app/routes/todos.js_), which is made testable through [fauxjax](https://github.com/JarrodCTaylor/fauxjax). Also, the app’s images and styles aren’t available. Still! You can run `ember test`, everything passes, and you can drop your own little mic.
## Links:
* [Watch the Video](https://www.youtube.com/watch?v=2b1vcg_XSR8)
* [@toranb on Twitter](https://twitter.com/@toranb)
* [toranb on GitHub](https://github.com/toranb)---
This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://www.ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)