Use this stencil code to get started!
Make sure you're signed into your GitHub account (either real or anonymous is fine for this).
Then click the green "Use this template" button to create a copy of the repository on your own account.
Set the name to react-studio and make it Public
Check "Include all branches"
Then, clone your new repository and open it in your editor of choice.
First, make sure you install all dependencies by running npm install in the project directory.
Then, in the project directory, you can run npm start to run the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
We've included a GitHub Actions workflow that will automatically deploy your React app to GitHub Pages every time you push to the main branch. You can visit your site by visitng https://<your GitHub username>.github.io/react-studio