https://github.com/thecodetherapy/cra-template-three
Create React App template for ThreeJS ( by @marcogomez_ https://mgz.me )
https://github.com/thecodetherapy/cra-template-three
Last synced: 5 months ago
JSON representation
Create React App template for ThreeJS ( by @marcogomez_ https://mgz.me )
- Host: GitHub
- URL: https://github.com/thecodetherapy/cra-template-three
- Owner: TheCodeTherapy
- License: bsd-3-clause
- Created: 2020-04-13T12:46:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T09:41:49.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T00:34:33.303Z (about 1 year ago)
- Language: CSS
- Size: 932 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://standardjs.com) 
# 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.
- Source: [cra-template-three](https://github.com/mgzme/cra-template-three)
## Creating a project with it:
`npx create-react-app --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:
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.