Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saimirkapaj/gatsby-redux-toolkit-typescript-starter
- Owner: SaimirKapaj
- License: mit
- Created: 2020-03-16T11:29:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:36:56.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:44:35.084Z (7 days ago)
- Topics: gatsby, gatsby-starter, redux-toolkit, styled-components, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://gatsby-redux-toolkit-typescript.netlify.com/
- Size: 2.41 MB
- Stars: 17
- Watchers: 0
- Forks: 4
- 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/), [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)