Gatsby landing page starter for creating fast loading, customizable, scalable and SEO-friendly landing pages.
- Material UI framework
- Mailchimp integration
- Landing page to use for idea validation. It has a pricing section, benefits section and call to action through out the page.
Install gatsby CLI (if you don't already have it)
npm install -g gatsby-cli
Clone the repo:
git clone https://github.com/tonydiaz/gatsby-landing-page-starter.git
Install packages
npm install
Get your mailchimp endpoint by following these instructions
Open gatsby-config.js
add the URL to the endpoint
:
{
resolve: 'gatsby-plugin-mailchimp',
options: {
endpoint: '', // add your MC list endpoint here; see instructions below
},
},
Built using GatsbyJS