{"id":15548014,"url":"https://github.com/resir014/gatsby-starter-typescript-plus","last_synced_at":"2025-08-02T15:33:53.761Z","repository":{"id":29297841,"uuid":"121285663","full_name":"resir014/gatsby-starter-typescript-plus","owner":"resir014","description":"A starter kit for TypeScript-based Gatsby projects with sensible defaults.","archived":false,"fork":false,"pushed_at":"2023-01-26T15:42:24.000Z","size":3266,"stargazers_count":191,"open_issues_count":29,"forks_count":34,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T22:42:51.530Z","etag":null,"topics":["gatsby","gatsby-starter","react","starter-kit","typescript"],"latest_commit_sha":null,"homepage":"https://gatsby-starter-typescript-plus.netlify.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/resir014.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-12T18:34:22.000Z","updated_at":"2024-03-19T10:31:16.000Z","dependencies_parsed_at":"2023-02-14T19:01:17.436Z","dependency_job_id":null,"html_url":"https://github.com/resir014/gatsby-starter-typescript-plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/resir014/gatsby-starter-typescript-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resir014%2Fgatsby-starter-typescript-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resir014%2Fgatsby-starter-typescript-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resir014%2Fgatsby-starter-typescript-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resir014%2Fgatsby-starter-typescript-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resir014","download_url":"https://codeload.github.com/resir014/gatsby-starter-typescript-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resir014%2Fgatsby-starter-typescript-plus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268411212,"owners_count":24246194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gatsby","gatsby-starter","react","starter-kit","typescript"],"created_at":"2024-10-02T13:15:02.840Z","updated_at":"2025-08-02T15:33:53.707Z","avatar_url":"https://github.com/resir014.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gatsbyjs.org\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://www.gatsbyjs.org/monogram.svg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  gatsby-starter-typescript-plus\n\u003c/h1\u003e\n\n\u003e A starter kit for TypeScript-based Gatsby projects with sensible defaults.\n\nThis is a starter kit for [Gatsby.js](https://www.gatsbyjs.org/) websites written in TypeScript. It includes the bare essentials for you to get started (styling, Markdown parsing, minimal toolset).\n\n## 🗒️ Features\n\n- TypeScript\n- ESLint (with custom ESLint rules)\n- Markdown rendering with Remark\n- Basic component structure\n- Styling with [emotion](https://emotion.sh/)\n\n## 🚀 Quick start\n\n\u003e A nodejs \u003e= 6.0.0 setup with [yarn](https://yarnpkg.com/) is recommended.\n\n1.  **Create a Gatsby site.**\n\n    Install `gatsby-cli` package globally on your machine.\n\n    ```bash\n    # using NPM\n    npm install -g gatsby-cli\n\n    # using YARN\n    yarn global add gatsby-cli\n    ```\n\n    Use the `gatsby-cli` to create a new site and install its dependencies.\n\n    ```bash\n    gatsby new project-name https://github.com/resir014/gatsby-starter-typescript-plus\n    ```\n\n2.  **Start developing.**\n\n    Move to project's directory.\n\n    ```bash\n    cd project-name/\n    ```\n\n    Start your site.\n\n    ```bash\n    # using npm\n    npm start\n\n    # using yarn\n    yarn start\n    ```\n\n    Open source code using your favorite IDE/Text editor and navigate to `src/` directory, this is where your application live.\n\n3.  **Build your application for production.**\n\n    Once you're finished, you can make production build of your app using:\n\n    ```bash\n    # using npm\n    npm run build\n\n    # using yarn\n    yarn build\n    ```\n\n4.  **Deploy your app to Github pages!**\n\n    After building your application in step 3, you're ready to publish your app and go online!\n\n    ```bash\n    # using npm\n    npm run deploy\n\n    # using yarn\n    yarn deploy\n    ```\n\n## ❤️ Credits\n\nBuilt with [Gatsby](https://www.gatsbyjs.org/) - the blazing-fast static site generator for [React](https://facebook.github.io/react/).\n\n## 💫 Deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/resir014/gatsby-starter-typescript-plus)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresir014%2Fgatsby-starter-typescript-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresir014%2Fgatsby-starter-typescript-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresir014%2Fgatsby-starter-typescript-plus/lists"}