Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[starters] Add gatsby-starter-typescript-plus #4821

Merged
merged 1 commit into from
Apr 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions docs/docs/gatsby-starters.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,17 @@ Community:
* favicons generator
* webfonts with [webfontloader](https://github.com/typekit/webfontloader)

* [gatsby-starter-typescript-plus](https://github.com/resir014/gatsby-starter-typescript-plus)
[(demo)](https://gatsby-starter-typescript-plus.netlify.com/)

Features:

* TypeScript
* TSLint (with custom TSLint rules)
* Markdown rendering with Remark
* Basic component structure
* Styling with [styled-components](https://www.styled-components.com/)

* [gatsby-orga](https://github.com/xiaoxinghu/gatsby-orga)
[(demo)](https://xiaoxinghu.github.io/gatsby-orga/)

Expand Down Expand Up @@ -540,7 +551,7 @@ Community:
* Sticky Navigation when scrolling.
* Scroll spy and smooth scrolling to different sections of the page.
* Styling with SCSS

* [gatsby-starter-tailwind](https://github.com/taylorbryant/gatsby-starter-tailwind)
[(demo)](https://quizzical-mcclintock-0226ac.netlify.com/)

Expand All @@ -555,7 +566,7 @@ Community:
[(demo)](https://gatsby-starter-bloomer.netlify.com/)

Features:

* Based on [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default)
* [Bulma CSS Framework](https://bulma.io/) with its [Bloomer react components](https://bloomer.js.org/)
* [Font-Awesome icons](https://fontawesome.com/icons)
Expand All @@ -569,8 +580,8 @@ Community:
* Localization (Multilanguage) provided by [js-lingui](https://github.com/lingui/js-lingui)
* Message extraction
* Avoids code duplication - generates pages for each locale
* Possibility of translated paths
* Possibility of translated paths

* [gatsby-starter-photon](https://github.com/codebushi/gatsby-starter-photon)
[(demo)](http://gatsby-photon.surge.sh/)

Expand All @@ -584,9 +595,9 @@ Community:

* [gatsby-starter-business](https://github.com/v4iv/gatsby-starter-business)
[(demo)](https://gatsby-starter-business.netlify.com/)

Features:

* Complete Business Website Suite - Home Page, About Page, # Page, Contact Page and Blog
* Netlify CMS for Content Management
* SEO Friendly (Sitemap, Schemas, Meta Tags, GTM etc)
Expand Down