Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wonism/gatsby-starter-ts
Gatsby Starter with TypeScript
https://github.com/wonism/gatsby-starter-ts
code-splitting gatsby gatsby-starter gatsbyjs hooks lazy-loading lazyload observable react reactjs rxjs seo suspense typescript
Last synced: 2 days ago
JSON representation
Gatsby Starter with TypeScript
- Host: GitHub
- URL: https://github.com/wonism/gatsby-starter-ts
- Owner: wonism
- License: mit
- Created: 2020-04-12T16:57:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:03:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T15:06:47.835Z (over 1 year ago)
- Topics: code-splitting, gatsby, gatsby-starter, gatsbyjs, hooks, lazy-loading, lazyload, observable, react, reactjs, rxjs, seo, suspense, typescript
- Language: TypeScript
- Homepage: https://wonism-gatsby-starter-ts.netlify.app/
- Size: 2.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gatsby-starter-ts
> Gatsby Starter with TypeScript## Install
```
$ git clone [email protected]:wonism/gatsby-starter-ts.git <>
# Recommend you to delete `.git`
$ cd <> && rm -r .git
```## Start with gatsby-cli
```
$ gatsby new <> https://github.com/wonism/gatsby-starter-ts
```## Development
```
$ npm run dev
```## Build
```
$ npm run build
```## Features
- TypeScript
- React Hooks
- React Helmet
- CSS in JS w/ emotion
- Code Splitting & Lazy Loading w/ Suspense
- Client Side Routing w/ Reacth Router
- Asynchronous Request w/ RxJS & Observable Hooks