Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 464 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 464 Bytes

Vọc cùng Thành #3 - Three.js

Giới thiệu

demo

Đâ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

Cài đặt

# 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