Skip to content

hnn-odh/blankProj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThreeBoilerplate

This is the boilerplate for Three.js apps.

follow these simple steps:

  1. Clone the repository;
  2. Open the folder in Visual Studio Code;
  3. Open the terminal and type this command: npm install
  4. Create a folder in ./ and name it "static"
  5. Run the app on the server by typing this command: npx parcel ./src/index.html
  6. Ctrl + click on the server link "http://localhost:1234" to open the app in your browser;
  7. Have fun!

• The ./static folder is where you put the images and 3D models.

• The the ./src/ is where you put your Javascript and CSS folders and files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published