1.3.1 • Published 4 years ago

cra-template-three v1.3.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
4 years ago

JavaScript Style Guide npm

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: