All Projects → jpedroschmitz → Gatsby Starter Ts

jpedroschmitz / Gatsby Starter Ts

Licence: mit
TypeScript starter for Gatsby. No plugins and styling. Exactly the necessary to start 🔥

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Gatsby Starter Ts

Gatsby Absurd
An absurd Gatsby starter
Stars: ✭ 153 (-3.77%)
Mutual labels:  gatsby, starter
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (-69.81%)
Mutual labels:  gatsby, starter
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (-28.93%)
Mutual labels:  gatsby, starter
strapi-starter-gatsby-blog
Updated version of the first Gatsby starter with much more features
Stars: ✭ 140 (-11.95%)
Mutual labels:  gatsby, starter
Gatsby Styled Blog Starter
My first GatsbyJS starter.
Stars: ✭ 86 (-45.91%)
Mutual labels:  gatsby, starter
gatsby-starter-glass
A Minimal & Beautiful Gatsby Personal Blog Starter With Nice Glassmorphism UI
Stars: ✭ 134 (-15.72%)
Mutual labels:  gatsby, starter
gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (-37.74%)
Mutual labels:  gatsby, starter
Gatsby Starter Bee
🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!
Stars: ✭ 416 (+161.64%)
Mutual labels:  gatsby, starter
Gatsby Mdx Netlify Cms Starter
Gatsby-MDX with Netlify CMS. Support React components in your CMS editor!
Stars: ✭ 84 (-47.17%)
Mutual labels:  gatsby, starter
Gatsby Starter Tailwind
Gatsby starter styled with Tailwind CSS
Stars: ✭ 466 (+193.08%)
Mutual labels:  gatsby, starter
Gatsby Starter Delog
A blog for designers and developer, built with Gatsby and Netlfiy CMS. Live demo https://delog-w3layouts.netlify.com/
Stars: ✭ 145 (-8.81%)
Mutual labels:  gatsby, starter
Gatsby Starter Procyon
An opinionated Gatsby starter designed for trash-eating pandas.
Stars: ✭ 88 (-44.65%)
Mutual labels:  gatsby, starter
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+1115.09%)
Mutual labels:  gatsby, starter
Gatsby Source Ghost
Source plugin for pulling data into Gatsby.js from the Ghost Public API.
Stars: ✭ 144 (-9.43%)
Mutual labels:  gatsby
Gatsby Wpgraphql Blog Example
Demo showing how to use WPGraphQL as the source for Gatsby Sites
Stars: ✭ 152 (-4.4%)
Mutual labels:  gatsby
Stateofjs 2019
State of JS 2019 survey report website
Stars: ✭ 145 (-8.81%)
Mutual labels:  gatsby
Gine Blog
Blog = Gatsby + React + Material-UI + Notion + Netlify
Stars: ✭ 156 (-1.89%)
Mutual labels:  gatsby
Strapi Starter Next Corporate
Next.js starter for creating a corporate site with Strapi.
Stars: ✭ 145 (-8.81%)
Mutual labels:  starter
Micro Starter
[Deprecated] 🔷 Basic (opinionated) starter kit for a micro app with webpack build
Stars: ✭ 144 (-9.43%)
Mutual labels:  starter
Gatsby Source Prismic Graphql
Gatsby source plugin for Prismic GraphQL
Stars: ✭ 144 (-9.43%)
Mutual labels:  gatsby

Gatsby and TypeScript

PRs welcome! License Follow @jpedroschmitz


A TypeScript starter for Gatsby. No plugins and styling. Exactly the necessary to start 🔥

No plugins installed, great for advanced users.

  • 📏 ESLint — Pluggable JavaScript linter
  • 💖 Prettier - Opinionated Code Formatter
  • 🐶 Husky — Use git hooks with ease
  • 📄 Commitizen - Conventional commit messages CLI
  • 🚓 Commitlint - Lint commit messages
  • 🖌 Renovate - Dependency update tool
  • 🚫 lint-staged - Run linters against staged git files
  • 🗂 Root import - Import folders and files using the @ prefix.

🚀 Getting started

The best way to start with this template is using the Gatsby CLI.

npx gatsby new starter-ts https://github.com/jpedroschmitz/gatsby-starter-ts

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn start;

To view the project you can open http://localhost:8000.

🤝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'Add some feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for more information.


Made with ♥ by João Pedro Schmitz

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].