- Add the fade-in and fade-out styles from
styles.css
into the sites styles - Copy the
public/growls
directory to where static files are served from- This contains avatar images and other media images for the growls
- Add the
Growls.js
file to src - Insert the Growls component where you want it to go (See App.js as an example)
- Clone this repo and run
npm start