Skip to content

Latest commit

 

History

History

03_experience

Huia Interactive - 03 Experience

Learn more about this project

Read my medium article about this project to learn about all the details necessary to build an artificial intelligence experience on the browser from end-to-end.

Setup

You will need NodeJS >= 8.9 and Yarn >=1.15 installed.

# change directory
$ cd 03_experience

# install dependencies
$ yarn

# serve with hot reload at localhost:8181
$ yarn dev

# build for production with minification into dist folder
$ yarn build

# build for production and view the bundle analyzer report
$ yarn build --report

Have Fun

Try the live demo

These are the poses the Huia responds to:

Docker

We also provide a Dockerfile to build the project and run an ngingx server serving the files on http://localhost:8181/.

# build the docker
$ docker-compose build

# build project & start server on http://localhost:8181
$ docker-compose up -d