gatsby-starter-ts
Gatsby Starter with TypeScript
Install
$ git clone git@github.com:wonism/gatsby-starter-ts.git <<PROJECT_NAME>>
# Recommend you to delete `.git`
$ cd <<PROJECT_NAME>> && rm -r .git
Start with gatsby-cli
$ gatsby new <<PROJECT_NAME>> 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