Sample code for SatchelJS
Перейти к файлу
dependabot[bot] 0861dd4228
Bump follow-redirects from 1.5.8 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.8 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.5.8...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 12:47:14 +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 follow-redirects from 1.5.8 to 1.14.8 2022-02-12 12:47:14 +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.