This project was bootstrapped with Create React App.
You can find more information about how to use Create React App here.
- Node 8+
- Create React App install globally (
npm i -g create-react-app
)
Fork this repo on github. Clone it locally, and navigate to the cloned directory. Run the following:
npm i
npm start
The MonsterBattle app will open automatically at http://localhost:3000.
The app will reload automatically when you make changes, and will display errors in the browser and console.
The React presentation slides for this lesson can be found here.