Boilerplates
In computer programming, boilerplate code or just boilerplate are sections of code that have to be included in many places with little or no alteration. When using languages that are considered verbose, the programmer must write a lot of code to accomplish only minor functionality. Such code is called boilerplate.
Gatsby Boilerplates
๐ฅญ Mango
A GatsbyJS boilerplate with page generation sourced from MarkDown files. See the demo!
Get set up by typing the following command in your terminal:
npx -p yo -p generator-sld -- yo sld:mango
Or check out the git repo
Melon
A GatsbyJS boilerplate with Redux. See the demo!
Get set up by typing the following command in your terminal:
npx -p yo -p generator-sld -- yo sld:melon
Or check out the git repo
Pineapple
A GatsbyJS boilerplate with presentations built with MDX.
Get set up by typing the following command in your terminal:
npx -p yo -p generator-sld -- yo sld:pineapple
Or check out the git repo
Pear
A GatsbyJS template wrapped up nicely in an Express server.
Get set up by typing the following command in your terminal:
npx -p yo -p generator-sld -- yo sld:pear
Or check out the git repo
Watermelon
A GatsbyJS boilerplate with Redux and socket.io all wrapped up nicely in an Express server.
Get set up by typing the following command in your terminal:
npx -p yo -p generator-sld -- yo sld:watermelon