Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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