Skip to content

velociwabbit/gatsby-landing-page-starter

Repository files navigation

gatsby-landing-page-starter

Gatsby landing page starter for creating fast loading, customizable, scalable and SEO-friendly landing pages.

Screen Shot 2019-05-14 at 11 28 36 PM

Features:

  • 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.

Getting started

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

Cnfigure Mailchimp integration

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
      },
    },

Credits

Built using GatsbyJS

Author

Tony Diaz

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published