Get your Three.js projects up and running quickly with this modular, manageable template, based on Lewy Blue’s Discover Three.js. I use this template as a common starting point for Three.js articles on my blog.
View Demo
·
Report Bug
·
Request Feature
For more information, see my blog post A Three.js Starter Template. For general background, including a step-by-step walkthrough of building a similarly-structured application, see Discover Threee.js, starting from Chapter 1-3, "Introducing the World App."
To get a local copy up and running follow these simple example steps.
To be able to run the project in a local server, you’ll need to have Node.js and NPM installed.
- Clone the repo
git clone https://github.com/pnichols04/three-js-starter-template.git
- Install NPM packages
npm install
Run the project in a local server
npm run serve
For more examples, please refer to the blog post
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - @PhilipNichols04 - philip.j.nichols@gmail.com
Project Link: https://github.com/pnichols04/three-js-starter-template
Distributed under the MIT License. See LICENSE.txt
for more information.
Not affiliated with or endorsed by Lewy Blue or Discover Three.js.