Tutorial: Using three.js and anime.js to make Tell Me When My Chromebook Gets Play Store

Android in space

The code for the tutorial at ryannjohnson.github.io.

Compile

Run the following in your terminal:

$ npm install
$ npm run build
$ npm run server

You can then navigate to http://127.0.0.1:8080/ or whatever addresses your terminal displays.

Development

The package.json file contains some scripts for watching changes to files. To automatically compile changes to the Javascript files, open up a new terminal and run:

$ npm run watch-js