Skip to content

SaimirKapaj/gatsby-redux-toolkit-typescript-starter

Repository files navigation

Gatsby Redux-Toolkit Typescript Starter

This is a starter for Gatsby websites using Redux-Toolkit, Typescript, Styled Components, Talwind CSS & React Font Awesome.

Demo

Gatsby Redux-Toolkit Typescript Starter

Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, using the Redux-Toolkit Typescript Starter.

    gatsby new my-site-name https://github.com/saimirkapaj/gatsby-redux-toolkit-typescript-starter
  2. Develop

    Navigate into your new site’s directory and start the development environment.

    gatsby develop

    Your site is now running at http://localhost:8000

  3. Build

    Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.

    gatsby build
  4. Serve

    Starts a local server for testing your production site.

    gatsby serve

    Your production site is now running at http://localhost:9000

Deploy

Deploy to Netlify

Deploy with ZEIT Now