cra-template-three

Create React App template for ThreeJS ( by @marcogomez_ https://mgz.me )

BSD-3-CLAUSE License

Stars
7
Committers
1

cra-template-three

This is my custom framework for building ReactJS + ThreeJS Projects. Please keep in mind that this template is on its early stages of development. Don't expect it to be polished yet.

Creating a project with it:

npx create-react-app <project_name> --template cra-template-three

After that, enter your project's directory and run:

yarn setup

... to take care of installing all the devDependencies (for now, Create React App project still blacklists devDependencies for templates 🙁)

For more information about Create React App, please refer to: