Experiment of animation in TREEJS based on the character Walter White of the series Breaking Bad
  • JavaScript 89.3%
  • CSS 6.9%
  • HTML 3.8%
Find a file
2021-03-26 04:59:12 -05:00
css base 2017-04-08 16:47:49 -05:00
js base 2017-04-08 16:47:49 -05:00
.gitignore added git ignore 2017-07-23 21:25:17 -05:00
index.html updated index.html 2017-07-23 21:22:54 -05:00
package.json updated package.json 2017-07-23 21:29:40 -05:00
README.md Update README.md 2021-03-26 04:59:12 -05:00
webpack.config.js added webpack 2017-07-23 21:24:53 -05:00

breaking-bad-js

Experiment of animation in TREEJS based on the character Walter White of the series Breaking Bad Edit

Directory Layout

.
├── /css/                   # folder styles
│   └── /main.css           # main style
├── /js/                    # folder scripts
│   └── /main.js            # main script
└── index.html              # main html

Installation

git clone https://github.com/kevoj/breaking-bad-js
cd breaking-bad-js
npm i

Start

npm start

Demo

view demo online