A Quick Way to bootstrap your next Gatsby + Bulma site.
You need npm and Gatsby CLI installed on your development machine.
If you have Git installed on your system you can run the following command:
git clone https://github.com/amandeepmittal/gatsby-bulma-quickstart.git
Otherwise you can directly download it clicking on download button on this repository.
Go inside gatsby-bulma-quickstart/
directory and run the following command:
npm run develop
The site is now running at http://localhost:8000.
Open gatsby-bulma-quickstart/
directory in your code editor of choice and edit it. Save your changes and the browser will update them in real time!
Once you have google-analytics tracking id for your site, you can configure in gatsby-config.js
file:
resolve: `gatsby-plugin-google-analytics`,
options: {
// Your Tracking Id π
trackingId: 'UA-XXXXXXXX-X',
anonymize: true
}
}
If you find any possible improvement or suggestion related to code or UI/UX please contribute by submitting a PR.
Happy Coding! ππ