reanimate/viewer-elm
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-12-21 12:22:43 +01: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 qs from 6.5.2 to 6.5.3 in /viewer-elm (#302) 2022-12-21 12:22:43 +01:00
package.json Bump minimist from 1.2.5 to 1.2.6 in /viewer-elm (#272) 2022-03-30 14:14:11 +02: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