To switch between examples change the import statement in main.jsx
to the example you want to run.
For example: import App from './examples/Example1/App.jsx';
- Will run the first example
Then run the following command in the terminal
npm run dev