First install the dependencies
:
npm install
To run the project in development mode:
npm start
Then navigate to http://localhost:3000 in a web browser to see the default scene in a viewer.
To build the project for production:
npm run build
First install the dependencies
:
npm install
To run the project in development mode:
npm start
Then navigate to http://localhost:3000 in a web browser to see the default scene in a viewer.
To build the project for production:
npm run build