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!
If you want to check the documentation 📚 click on this link.
- Clone this repo or use Gatsby command line interface using
gatsby new [your_site] https://github.com/diegonvs/gatsby-boilerplateorgit clone https://github.com/diegonvs/gatsby-boilerplate.git - Make sure that you have yarn installed
- Navigate to project folder and run
yarn - Run
npm run developoryarn developfor development mode or runnpm run buildoryarn buildfor production mode - If you want serve your production build just run
npm run serveoryarn serve