All Projects β†’ Gherciu β†’ Gatsby All In

Gherciu / Gatsby All In

Licence: mit
πŸ—ƒβš›οΈA GatsbyJs starter that includes the most popular js libraries, already pre-configured and ready for use.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Gatsby All In

Gatsby Source Graphcms
The official Gatsby source plugin for GraphCMS projects
Stars: ✭ 121 (-18.79%)
Mutual labels:  gatsby
Vimcolorschemes
Find the best vim color schemes around
Stars: ✭ 136 (-8.72%)
Mutual labels:  gatsby
Gatsby Plugin Typegen
High-performance TypeScript/Flow code generation for GatsbyJS queries.
Stars: ✭ 144 (-3.36%)
Mutual labels:  gatsby
Gatsby Plugin Mailchimp
A simple, lightweight Gatsby plugin to subscribe new email addresses to your Mailchimp list
Stars: ✭ 125 (-16.11%)
Mutual labels:  gatsby
Gabriel Adorf Portfolio
Gabriel Adorf's personal website
Stars: ✭ 133 (-10.74%)
Mutual labels:  gatsby
Gatsby London
A free, open source, image-concentric starter for GatsbyJS
Stars: ✭ 137 (-8.05%)
Mutual labels:  gatsby
Gatsby Advanced Blog
Gatsby starter for advanced blog
Stars: ✭ 121 (-18.79%)
Mutual labels:  gatsby
Stateofjs 2019
State of JS 2019 survey report website
Stars: ✭ 145 (-2.68%)
Mutual labels:  gatsby
Gatsby Starter Foundation
A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❀ by Stackrole
Stars: ✭ 135 (-9.4%)
Mutual labels:  gatsby
Gatsby Starter Delog
A blog for designers and developer, built with Gatsby and Netlfiy CMS. Live demo https://delog-w3layouts.netlify.com/
Stars: ✭ 145 (-2.68%)
Mutual labels:  gatsby
Gatsby Starter Lumen
A constantly evolving and thoughtful architecture for creating static blogs.
Stars: ✭ 1,797 (+1106.04%)
Mutual labels:  gatsby
Gatsby Theme Novela
Welcome to Novela, the simplest way to start publishing with Gatsby.
Stars: ✭ 1,647 (+1005.37%)
Mutual labels:  gatsby
Gatsby V2 Tutorial Starter
Gatsby V2 Starter - product of step by step tutorial
Stars: ✭ 139 (-6.71%)
Mutual labels:  gatsby
Gatsby Admin Template
Free admin dashboard template based on Gatsby with @paljs/ui component package
Stars: ✭ 124 (-16.78%)
Mutual labels:  gatsby
Gatsby Theme Catalyst
An opinionated set of integrated themes and starters as a boilerplate to accelerate development with GatsbyJS
Stars: ✭ 144 (-3.36%)
Mutual labels:  gatsby
Undefined.fm
The engineering podcast with a 2 drink minimum. Hosted by Jared Palmer and Ken Wheeler.
Stars: ✭ 122 (-18.12%)
Mutual labels:  gatsby
Gatsby Starter Try Ghost
Publish flaring fast blogs with Gatsby and Ghost
Stars: ✭ 137 (-8.05%)
Mutual labels:  gatsby
Gatsby Source Ghost
Source plugin for pulling data into Gatsby.js from the Ghost Public API.
Stars: ✭ 144 (-3.36%)
Mutual labels:  gatsby
Gatsby Source Prismic Graphql
Gatsby source plugin for Prismic GraphQL
Stars: ✭ 144 (-3.36%)
Mutual labels:  gatsby
Gatsby Theme Intro
Personal branding theme for developers
Stars: ✭ 142 (-4.7%)
Mutual labels:  gatsby

gatsby-all-in

πŸ—ƒβš›οΈA GatsbyJs starter that includes the most popular js libraries, already pre-configured and ready for use. DEMO.

Netlify Status GitHub Gatsby-All-In

Getting started

  • Create a new Gatsby site using the gatsby-all-in starter: gatsby new blog https://github.com/Gherciu/gatsby-all-in
  • Edit configuration variables in .env.development file
  • Start dev server: npm run start

Features

  • ESLint and Stylelint to enforce code style. Run npm run lint:scripts for .js|.jsx and npm run lint:styles for .css|.scss files.
  • Pre-commit hooks with husky and lint-staged
  • Useful SCSS helpers _mixins and _vars see all in ./src/styles
  • redux and redux-devtools implimented and configured to work well in development mode and production. The store is hot reloadable ;)
  • Aliases for all folders (components, styles, store etc.) see all available aliases in ./gatsby-config.js
  • antd is added and configured to work well as an UI framework (css normalization is not need, antd has own)
  • All folders in ./src have own README.md file with a little documentation and usage guide
  • Helmet implimented and configured with gatsby-plugin-react-helmet see an example in ./src/layouts/MainLayout.js
  • Configured tailwindcss a utility-first CSS framework for rapidly building custom designs.

When ready to build for production

  • Create file .env.production the content should be the same as in .env.development
  • Build the project: npm run build
  • Start production server: npm run serve

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or you can sponsor via Open Collective

Open Collective

Author

@Gherciu/gatsby-all-in Β© GHERCIU, Released under the MIT License.
Authored and maintained by GHERCIU with help from contributors (list).

If you like this repository star⭐ and watchπŸ‘€ on GitHub

πŸ’« Deploy

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