theatre/compatibility-tests/test-create-react-app
2022-05-20 18:52:57 +02:00
..
public Set up manual compatibility tests (#171) 2022-05-20 18:52:57 +02:00
src Set up manual compatibility tests (#171) 2022-05-20 18:52:57 +02:00
.gitignore Set up manual compatibility tests (#171) 2022-05-20 18:52:57 +02:00
package.json Set up manual compatibility tests (#171) 2022-05-20 18:52:57 +02:00
README.md Set up manual compatibility tests (#171) 2022-05-20 18:52:57 +02:00

Theatre.js project with create-react-app using the r3f extension

Setup

Please refer to this guide.

Usage

  • start the development server:
    yarn start
    
  • build the project:
    yarn build