Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saimirkapaj/gatsby-redux-toolkit-starter
Gatsby Redux-Toolkit Starter
https://github.com/saimirkapaj/gatsby-redux-toolkit-starter
gatsby gatsby-starter redux-toolkit styled-components tailwindcss
Last synced: 2 months ago
JSON representation
Gatsby Redux-Toolkit Starter
- Host: GitHub
- URL: https://github.com/saimirkapaj/gatsby-redux-toolkit-starter
- Owner: SaimirKapaj
- License: mit
- Created: 2020-04-29T14:47:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:41:36.000Z (over 1 year ago)
- Last Synced: 2024-02-09T09:50:02.245Z (11 months ago)
- Topics: gatsby, gatsby-starter, redux-toolkit, styled-components, tailwindcss
- Language: JavaScript
- Homepage: https://gatsby-redux-toolkit.netlify.app/
- Size: 933 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/), [Styled Components](https://styled-components.com/), [Talwind CSS](https://tailwindcss.com/) & [React Font Awesome](https://github.com/FortAwesome/react-fontawesome).
## Demo
[Gatsby Redux-Toolkit Starter](https://gatsby-redux-toolkit.netlify.com/)
## Quick start
1. **Create a Gatsby site.**
Use the Gatsby CLI to create a new site, using the Redux-Toolkit Starter.
```shell
gatsby new my-site-name https://github.com/saimirkapaj/gatsby-redux-toolkit-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-starter)
[![Deploy with ZEIT Now](https://zeit.co/button)](https://zeit.co/import/project?template=https://github.com/saimirkapaj/gatsby-redux-toolkit-starter)