cd example-app
npm install
npm run start
To see the useEffect
example, switch out the App
import in example-app/index.js
with the one commented out.
Available at auhack-19-hooks.netlify.com.
You can also start them up locally via
cd slides
npm install
npm start