Đây là project dùng để demo trong bài viết Vọc cùng Thành #3 - Three.js.
Demo: https://vct-3-threejs.now.sh
# clone repo
git clone https://github.com/EGANY-Team/vct-3-threejs
# install
cd vct-3-threejs
npm install
# start server at http://localhost:1234/
npm start
# build
npm run build