Automatic Gatsbyjs App Landing Page screenshot

Automatic Gatsbyjs App Landing Page

Author Avatar Theme by Imedadel
Updated: 9 May 2020
197 Stars

Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS

Categories

Overview:

The Automatic GatsbyJS App Landing Page is a customizable landing page template for applications built with GatsbyJS. It allows users to easily create a stunning landing page for their app with minimal coding or design experience. By forking the repo, uploading a video preview or screenshot, customizing the site configuration, and deploying to Netlify or GitHub, users can have a professional and aesthetically pleasing landing page for their app.

Features:

  • Fork this repo: Users can easily fork the repository to get started with the Automatic GatsbyJS App Landing Page.
  • Upload video preview or screenshot: Users have the option to upload a video preview or screenshot of their app to showcase its functionality.
  • Customise site in site-config.js (no HTML/CSS): Users can customize the site configuration in the site-config.js file without the need for any HTML/CSS coding.
  • Deploy to Netlify: Users can easily deploy their landing page to Netlify, a popular hosting platform for web apps.
  • Use as a Gatsby Starter: Alternatively, users can use this repository as a Gatsby Starter to kickstart their app development process.
  • Configure site-config.js, run npm run build, and deploy to GitHub: Users can configure the site configuration, run the build command, and deploy the generated public repository to GitHub.
  • Built using GatsbyJS: The landing page template is built using GatsbyJS, a popular static site generator for React.
  • Uses FontAwesome: The template incorporates FontAwesome, a widely-used icon library, to enhance the visual appeal of the landing page.

Installation:

To install the Automatic GatsbyJS App Landing Page, follow these steps:

  1. Fork the repository by clicking on the “Fork” button at the top right of the GitHub page.
  2. Clone the forked repository to your local machine using the following command:
    git clone https://github.com/YourUsername/automatic-gatsbyjs-app-landing-page.git
    
  3. Enter the project directory:
    cd automatic-gatsbyjs-app-landing-page
    
  4. Customize the site configuration by editing the site-config.js file. This file allows you to modify various settings of the landing page, such as the app name, description, and social media links.
  5. Run the development server using the following command:
    npm run develop
    # or
    gatsby develop
    
  6. Open your browser and navigate to http://localhost:8000 to preview the landing page.
  7. Once you are satisfied with the changes, run the build command to generate the production-ready files:
    npm run build
    
  8. Deploy the generated public directory to your preferred hosting platform, such as Netlify or GitHub Pages.

Summary:

The Automatic GatsbyJS App Landing Page is a user-friendly and customizable template for creating stunning landing pages for applications built with GatsbyJS. Its key features include easy forking of the repository, customizable site configuration, deployment options to Netlify or GitHub, and integration with FontAwesome. With this template, developers can effortlessly create professional landing pages to showcase their apps’ features and attract potential users.