logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Static Sites - Gatsby Site Generator | Online Free DevTools by Hexmos

Generate static websites with Gatsby. Quickly build performant and modern web applications using React and GraphQL. Free online tool, no registration required.

gatsby

Static site generator for React. More information: https://gatsbyjs.com.

  • Create a new site:

gatsby new {{site_name}}

  • Create a new site with a Gatsby ‘starter’:

gatsby new {{site_name}} {{url_of_starter_github_repo}}

  • Start a live-reloading local development server:

gatsby develop

  • Perform a production build and generate static HTML:

gatsby build

  • Start a local server which serves the production build:

gatsby serve

See Also