Code Monkey home page Code Monkey logo

gatsby-starter's Introduction

All contributors Issues and pull requests labeled "Status: Help wanted" Netlify build status License GitHub repo size GitHub code size

gatsby-starter

Features

  • TypeScript
  • Auto-generated types from GraphQL
  • Linting with ESLint
  • Formatting with Prettier
  • Pre-commit hooks for linting, formatting, and type-checking
  • PWA (Progressive Web App)
  • Lighthouse CLI

Getting started

Install

Please do not fork this repository to use it as a starter, or else every time you push code, GitHub will think you want to make a pull request to this repository.

You have a few choices for installation:

  1. If you'll be hosting your website's code on GitHub, just click on the "Use this template" button above, then:

    git clone https://github.com/[user-name]/[project-name].git
    cd [project-name]
    yarn
  2. If you'll be hosting it elsewhere, or you're a traditionalist:

    gatsby new [project-name] https://github.com/Collabsalot/gatsby-starter.git
    cd [project-name]
    # Replace the following with whatever URL format your host uses, if not GitHub
    git remote add origin https://github.com/[user-name]/[project-name].git
  3. If you prefer to keep the starter's git history intact, so that you can use git to pull in changes made to the starter:

    git clone https://github.com/Collabsalot/gatsby-starter.git [project-name]
    cd project-name
    git remote rename origin upstream
    git remote add origin https://[host-name]/[user-name]/[project-name].git

Contributors

Contributions of any kind welcome! Thanks goes to these wonderful people (emoji key):

Martin Rosenberg
Martin Rosenberg

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” ๐Ÿš‡ ๐Ÿšง ๐Ÿ“†

License

This starter is ยฉ 2019 Martin Rosenberg. It is available under an MIT license, included. Any non-software content is available under a CC-BY-4.0 license. Use it all in good health, and let me know if you'd like me to showcase anything you create with it!

gatsby-starter's People

Contributors

martinrosenberg avatar dependabot[bot] avatar

Stargazers

Andrew Mason avatar Robbert Halff avatar

Watchers

James Cloos avatar  avatar

gatsby-starter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.