This repo was initially created to explore the different workflow strategies
The following features will be editted in the testing of git workflows
- Edit logo-spin animation speed in App.css
- change background color in body element of index.css
- Edit header title on line 18 of App.jsx
- Edit count increment on line 20 of App.jsx
- correct the author name on the readme
- Add any additional changes to your liking
Clone the project
git clone https://github.com/josephse91/react-vite-project.gitGo to the project directory
cd teamwork-dreamworkInstall dependencies
npm install npm run start (This will start the server)