Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saimirkapaj/gatsby-redux-toolkit-typescript-starter

Gatsby Redux-Toolkit Typescript starter
https://github.com/saimirkapaj/gatsby-redux-toolkit-typescript-starter

gatsby gatsby-starter redux-toolkit styled-components tailwindcss typescript

Last synced: 2 days ago
JSON representation

Gatsby Redux-Toolkit Typescript starter

Awesome Lists containing this project

README

        

# Gatsby Redux-Toolkit Typescript Starter

This is a starter for [Gatsby](https://www.gatsbyjs.org/) websites using [Redux-Toolkit](https://redux-toolkit.js.org/), [Typescript](https://www.typescriptlang.org/), [Styled Components](https://styled-components.com/), [Talwind CSS](https://tailwindcss.com/) & [React Font Awesome](https://github.com/FortAwesome/react-fontawesome).

## Demo

[Gatsby Redux-Toolkit Typescript Starter](https://gatsby-redux-toolkit-typescript.netlify.com/)

## Quick start

1. **Create a Gatsby site.**

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

```shell
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.

```shell
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.

```shell
gatsby build
```

4. **Serve**

Starts a local server for testing your production site.

```shell
gatsby serve
```

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

## Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/saimirkapaj/gatsby-redux-toolkit-typescript-starter)

[![Deploy with ZEIT Now](https://zeit.co/button)](https://zeit.co/import/project?template=https://github.com/saimirkapaj/gatsby-redux-toolkit-typescript-starter)