All Projects → antoinerousseau → gatsby-starter-antoine

antoinerousseau / gatsby-starter-antoine

Licence: MIT License
My opinionated Gatsby.js starter

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to gatsby-starter-antoine

gatsby-blog-template
✍️ A GatsbyJS Blog Template for blogging purposes.
Stars: ✭ 38 (+123.53%)
Mutual labels:  gatsby, netlify, gatsbyjs, gatsby-starter
gatsby-starter
Gatsby Starter for creating portfolio & blog.
Stars: ✭ 55 (+223.53%)
Mutual labels:  gatsby, netlify, gatsbyjs, gatsby-starter
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (+194.12%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (+347.06%)
Mutual labels:  gatsby, netlify, gatsby-starter
gatsby-ghost-novela-starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 31 (+82.35%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (+182.35%)
Mutual labels:  eslint, gatsby, gatsbyjs
gatsby-starter-devto
A GatsbyJS starter template that leverages the Dev.to API
Stars: ✭ 13 (-23.53%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (+70.59%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (+35.29%)
Mutual labels:  gatsby, netlify, gatsbyjs
gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: ✭ 15 (-11.76%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-breeze
A Gatsby starter for graceful blogging in Chinese.
Stars: ✭ 44 (+158.82%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-plugin-prettier-build
prettify gatsby build output
Stars: ✭ 30 (+76.47%)
Mutual labels:  gatsby, prettier, gatsbyjs
gatsby-starter-prologue
Gatsby.js V2 starter template based on readonly by HTML5 UP
Stars: ✭ 24 (+41.18%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-typescript
Typescript version of the default Gatsby starter. Uses Gatsby v1.x
Stars: ✭ 58 (+241.18%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-wiki
Creating a Knowledgbase using Gatsby.js and React.js (see final product ->
Stars: ✭ 32 (+88.24%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: ✭ 19 (+11.76%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-typescript-emotion-storybook
Gatsby Starter: TypeScript + Emotion + Storybook + React Intl + SVGR + Jest
Stars: ✭ 63 (+270.59%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-generator
🎰 Generate Gatsby Starters in Seconds
Stars: ✭ 23 (+35.29%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-11.76%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (+252.94%)
Mutual labels:  gatsby, netlify, gatsbyjs

gatsby-starter-antoine

My opinionated Gatsby.js starter template.

It starts from the default Gatsby starter, and adds:

Requirements

Usage

gatsby new [name] https://github.com/antoinerousseau/gatsby-starter-antoine
cd [name]
cp {example,}.env

And configure your site infos in package.json and src/gatsby/config.ts.

Commands

  • yarn develop: start development mode
  • yarn lint: check linting (Eslint + Prettier)
  • yarn build: make production bundle
  • yarn serve: locally serve production bundle

Netlify

If you use Netlify, you can also directly have a TypeScript-ready setup, including Netlify functions (lambdas), by using the netlify branch, e.g.:

gatsby new [name] https://github.com/antoinerousseau/gatsby-starter-antoine#netlify
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].