We will take off from where we left off in the previous post. In order to get everything up and running, please follow these steps:
- Clone the
react-memoization
project from this repo to a folder of your choice. - Navigate to the cloned folder and open it in your code editor.
- Run
yarn install
to install all npm packages. - Run
yarn start
to start the server. - Open Google Chrome and navigate to
http://localhost:3000
. - Use
Ctrl + Shift + J
on Ubuntu orCommand + Option + J
on Mac to inspect the webpage and open browser's console.