Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 539 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 539 Bytes

Webpack + ThreeJS CDN

✅ Inside a simple project

git clone https://github.com/FelipeR2U/external-three.git
cd external-three
yarn
cd library
yarn build:dev && yarn dev
  • The result should be working in localhost:8080

❌ Using this project as a dependency

git clone https://github.com/FelipeR2U/external-three.git
cd external-three
yarn
cd library
yarn build
cd ../project
yarn build && yarn dev
  • The result should not be working in localhost:8080