UNPKG

todomvc

Version:

> Helping you select an MV\* framework

39 lines (20 loc) 1.49 kB
# Ampersand.js TodoMVC Example > A highly modular, loosely coupled, non-frameworky framework for building advanced JavaScript apps. > _[Ampersand.js - ampersandjs.com](http://ampersandjs.com)_ ## Learning Ampersand.js The [Ampersand.js website](http://ampersandjs.com) is a great resource for getting started. Here are some links you may find helpful: * [Guides](http://ampersandjs.com/learn) * [API Reference](http://ampersandjs.com/docs) * [Curated Front-end Modules](http://tools.ampersandjs.com) Articles and guides from the community: * [Introducing Ampersand Blogpost](http://blog.andyet.com/2014/06/25/introducing-ampersand-js/) Get help from other Ampersand.js users: * #&yet IRC Channel on Freenode ([logs here](https://botbot.me/freenode/andyet/)) * [@ampersandjs](http://twitter.com/ampersandjs) * [&yet – The team behind Ampersand.js](http://andyet.com) _If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._ ## Implementation The app spec says to use bower for dependency management unless it goes against the best practices of the framework. Ampersand.js is very specifically uses npm for dependency management so that's what we're using here. ## Credit This TodoMVC application was created by [@HenrikJoreteg](http://twitter.com/henrikjoreteg), [@LukeKarrys](http://twitter.com/lukekarrys), and [@philip_roberts](https://twitter.com/philip_roberts).