Nice boilerplate.
Can I suggest you add FontAwesome too.
You will need to:
- Add "font-awesome", and "react-fontawesome" to your recipe.
- Maybe add some instructions on how to import:
import FontAwesome from 'react-fontawesome';
import '../../node_modules/font-awesome/css/font-awesome.css';
- Maybe add some instructions on how to use:
<FontAwesome name="cog" />
Nice boilerplate.
Can I suggest you add FontAwesome too.
You will need to:
import FontAwesome from 'react-fontawesome';import '../../node_modules/font-awesome/css/font-awesome.css';<FontAwesome name="cog" />