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-boilerplate
orgit 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 develop
oryarn develop
for development mode or runnpm run build
oryarn build
for production mode - If you want serve your production build just run
npm run serve
oryarn serve