All Projects → chronisp → gatsby-starter

chronisp / gatsby-starter

Licence: MIT license
Gatsby Starter for creating portfolio & blog.

Programming Languages

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

Projects that are alternatives of or similar to gatsby-starter

gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-69.09%)
Mutual labels:  gatsby, netlify, gatsbyjs, gatsby-starter
gatsby-blog-template
✍️ A GatsbyJS Blog Template for blogging purposes.
Stars: ✭ 38 (-30.91%)
Mutual labels:  gatsby, netlify, gatsbyjs, gatsby-starter
gatsby-wiki
Creating a Knowledgbase using Gatsby.js and React.js (see final product ->
Stars: ✭ 32 (-41.82%)
Mutual labels:  material-ui, gatsby, gatsbyjs, gatsby-starter
gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: ✭ 15 (-72.73%)
Mutual labels:  gatsby, contentful, gatsbyjs, gatsby-starter
Gatsby Starter Ghost
A starter template to build lightning fast websites with Ghost & Gatsby
Stars: ✭ 752 (+1267.27%)
Mutual labels:  gatsby, netlify, gatsbyjs
gatsby-typescript-emotion-storybook
Gatsby Starter: TypeScript + Emotion + Storybook + React Intl + SVGR + Jest
Stars: ✭ 63 (+14.55%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-prologue
Gatsby.js V2 starter template based on readonly by HTML5 UP
Stars: ✭ 24 (-56.36%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Gatsby Advanced Starter
A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
Stars: ✭ 1,224 (+2125.45%)
Mutual labels:  gatsby, netlify, gatsbyjs
gatsby-starter-portfolio-bella
A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.
Stars: ✭ 125 (+127.27%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Gatsby Starter Kontent Lumen
Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gatsby and Kentico Kontent.
Stars: ✭ 34 (-38.18%)
Mutual labels:  gatsby, netlify, headless-cms
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-58.18%)
Mutual labels:  gatsby, netlify, gatsbyjs
Here Covid 19 Tracker
Using HERE Technologies APIs, fork and build your own COVID-19 Tracker. For a live version, see the website.
Stars: ✭ 200 (+263.64%)
Mutual labels:  gatsby, netlify, gatsbyjs
gatsby-starter-apple
🍎 Gatsby blog starter kit with beautiful responsive design
Stars: ✭ 88 (+60%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Gatsby Starter Gcn
A starter template to build amazing static websites with Gatsby, Contentful and Netlify
Stars: ✭ 488 (+787.27%)
Mutual labels:  gatsby, netlify, gatsbyjs
gatsby-generator
🎰 Generate Gatsby Starters in Seconds
Stars: ✭ 23 (-58.18%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-multiverse
Gatsby.js V2 starter template based on multiverse by HTML5 UP
Stars: ✭ 14 (-74.55%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Dantecalderon.dev
💻 ❤️ My personal website
Stars: ✭ 51 (-7.27%)
Mutual labels:  gatsby, netlify, gatsbyjs
Resume Builder
Resume Builder is a free open-source project that allows anyone to easily maintain and build any kind of resume.
Stars: ✭ 62 (+12.73%)
Mutual labels:  material-ui, gatsby, gatsbyjs
blog.georgi-yanev.com
📘 Personal blog built with Gatsby and hosted on Netlify
Stars: ✭ 17 (-69.09%)
Mutual labels:  gatsby, netlify, gatsbyjs
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (-70.91%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter

Gatsby

Gatsby Starter

Gatsby Starter for creating portfolio & blog.

Netlify Codacy grade GitHub license

Key Features

These are the key features of the project:

Get Started

Make sure that you have Node.js (>=12.13.0) and yarn v.1 or above installed.

Install Gatsby CLI

npm install -g gatsby-cli

Clone repository

git clone https://github.com/chronisp/gatsby-starter.git <YOUR_PROJECT_NAME>

Move to project directory

cd <YOUR_PROJECT_NAME>

Install all dependencies

yarn install

Contentful blog

Setup Contentful settings

yarn setup

Follow the instructions in order to setup CONTENTFUL_SPACE_ID and CONTENTFUL_ACCESS_TOKEN. Required settings will be defined in both .env.development and .env.production files.

For more info on how to setup Contentful follow this link.

Development mode

Start development server

yarn develop

Your site is now running at http://localhost:8000.

Production mode

Create a production build

yarn build

Serve the production build locally

yarn serve

Your site is running at http://localhost:9000.

Linting

Format all JS files

yarn format

For any building or deployment issues, ensure you have setup your environment according to Gatsby guide for Windows or Linux.

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].