Sample code for SatchelJS
Перейти к файлу
dependabot[bot] 9b32e2e691
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

---
updated-dependencies:
- dependency-name: mixin-deep
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 09:31:58 +00:00
spec/support init 2016-08-02 08:49:57 -07:00
src Break down Header and Footer into simpler components (#7) 2017-03-16 13:16:18 -07:00
typings Update typings for jasmine 2017-03-03 15:34:37 -08:00
.gitignore Update .gitignore (#3) 2017-03-06 15:01:11 -08:00
.travis.yml Integrate with Travis CI (#2) 2017-03-06 14:55:45 -08:00
LICENSE add license 2016-08-02 10:13:16 -07:00
README.md Update README (#4) 2017-03-06 15:13:49 -08:00
index.html init 2016-08-02 08:49:57 -07:00
jasmine.js init 2016-08-02 08:49:57 -07:00
package.json Cleanup App and Header (#6) 2017-03-10 17:17:38 -08:00
tsconfig.json Break down Header and Footer into simpler components (#7) 2017-03-16 13:16:18 -07:00
tsd.json Update typings for jasmine 2017-03-03 15:34:37 -08:00
webpack.config.js Cleanup bootstrap (#5) 2017-03-06 15:22:44 -08:00
yarn.lock Bump mixin-deep from 1.3.1 to 1.3.2 2023-04-17 09:31:58 +00:00

README.md

satcheljs-todomvc

A TodoMVC app using SatchelJS

Usage

npm install
npm start

Once it is running, open it in your browser at http://localhost:8080.