Impress your portfolio with this game changer starter template 🔥
➡️ Here's the Sample Starter Portfolio Template
You can customize it however you want - changing the layout, colors, styling and what not!
Run your app in development mode using the below command
gatsby develop
List of all plugins used in this app
- Typography
- Google Analytics
- SASS
- React Helmet
- React Icons
If you want your app to be SEO optmized, you would need to add page metadata such as title or description. React Helmet
offers you that flexibility to manage your document head.
npm install --save gatsby-plugin-react-helmet react-helmet
Include your favorite icons using react-icons
library
npm install react-icons --save