Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

An awesome boilerplate to start projects in Gatsby considering as starter point the development experience of Electric.js 🔥⚡⚡

License

Notifications You must be signed in to change notification settings

diegonvs/gatsby-boilerplate

Repository files navigation

Gatsby Boilerplate 🚀

Netlify Status Build Status Renovate enabled

Gatsby Boilerplate is a Gatsby starter with a better development experience and the same content creation experience than Electric.js.

Feel free to contribute with issues and PRs!

Documentation

If you want to check the documentation 📚 click on this link.

Setup

  1. Clone this repo or use Gatsby command line interface using gatsby new [your_site] https://github.com/diegonvs/gatsby-boilerplate or git clone https://github.com/diegonvs/gatsby-boilerplate.git
  2. Make sure that you have yarn installed
  3. Navigate to project folder and run yarn
  4. Run npm run develop or yarn develop for development mode or run npm run build or yarn build for production mode
  5. If you want serve your production build just run npm run serve or yarn serve