reanimate/viewer-elm
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Hrček fa797cdd17 Add FPS view when runnin animation
Former-commit-id: 70ec16a7fcefd2c3c8c7450b9a9dbaeda3a3932d
2019-12-16 09:25:23 +08:00
..
dist Add FPS view when runnin animation 2019-12-16 09:25:23 +08:00
src Add FPS view when runnin animation 2019-12-16 09:25:23 +08:00
.gitignore Implement basic elm viewer 2019-12-16 09:25:23 +08:00
elm.json Add keyboard shortcuts 2019-12-16 09:25:23 +08:00
package-lock.json Implement basic elm viewer 2019-12-16 09:25:23 +08:00
package.json Implement basic elm viewer 2019-12-16 09:25:23 +08:00
README.md Implement basic elm viewer 2019-12-16 09:25:23 +08:00

Reanimate - live reload animation previewer

Build it

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

Develop it

npm install
npm run dev-server