3D Material Viewer by using three.js and React.js
Assumes you already have node
installed. If you already have yarn
installed you can skip the next command.
npm install --global yarn
Install all dependencies for node
yarn install
yarn start
yarn build
yarn lint
yarn format