Skip to content

felipe-chamas/external-three

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published