reanimate/viewer-elm
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 5c0eb70584
Bump lodash from 4.17.15 to 4.17.21 in /viewer-elm (#206)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-11 16:42:12 +08:00
..
dist Fix TCP windows issue, fix Firefox on windows. 2021-01-04 16:33:57 +08:00
src Fix TCP windows issue, fix Firefox on windows. 2021-01-04 16:33:57 +08:00
.gitignore Implement basic elm viewer 2019-12-16 09:25:23 +08:00
elm.json Bump elm/core from 1.0.4 to 1.0.5 in /viewer-elm 2020-09-03 16:46:56 +08:00
package-lock.json Bump lodash from 4.17.15 to 4.17.21 in /viewer-elm (#206) 2021-09-11 16:42:12 +08:00
package.json Update viewer js dependencies. 2020-03-24 11:37:01 +08:00
README.md Fix TCP windows issue, fix Firefox on windows. 2021-01-04 16:33:57 +08:00

Reanimate - live reload animation previewer

Build it

cd reanimate/viewer-elm
npm install
npm run build
npm run minify

Develop it

npm install
npm run dev-server