Awesome
TodoMVC App Template
Template used for creating TodoMVC apps
Getting started
-
Read the Application Specification before touching the template.
-
Delete this file and rename
app-readme.md
toreadme.md
and fill it out. -
Clone this repo and install the dependencies with npm by running:
npm install
.
Importante:
El CSS original se encuentra aquí
npm install todomvc-app-css --save
License
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" rel="dct:type">work</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://sindresorhus.com" property="cc:attributionName" rel="cc:attributionURL">TasteJS</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.en_US">Creative Commons Attribution 4.0 International License</a>.