Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishnuka084/threejs
This is to learn JavaScript library (ThreeJS)
https://github.com/vishnuka084/threejs
Last synced: 4 days ago
JSON representation
This is to learn JavaScript library (ThreeJS)
- Host: GitHub
- URL: https://github.com/vishnuka084/threejs
- Owner: Vishnuka084
- Created: 2023-09-03T07:59:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-28T17:22:30.000Z (about 1 year ago)
- Last Synced: 2024-11-10T01:20:58.801Z (2 months ago)
- Language: JavaScript
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThreeJs
This is to learn the JavaScript library (ThreeJS)
1. Download repository
2. Install Parcel by typing the following command: npm install parcel -g
3. Make sure to install dependencies: open project in VSCode -> open command line -> type: npm install
4. Run Parcel by typing this command: npx parcel ./src/index.html
5. Ctrl + left-click on the address generated in the command line. Or open your browser and copy and paste this address http://localhost:1234
6. Have fun!