Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zett-8/unbearable-lightness
Gatsby starter with Typescript, Styled-components, and Testing(Jest)
https://github.com/zett-8/unbearable-lightness
gatsby gatsby-starter jest styled-components testing typescript
Last synced: 13 days ago
JSON representation
Gatsby starter with Typescript, Styled-components, and Testing(Jest)
- Host: GitHub
- URL: https://github.com/zett-8/unbearable-lightness
- Owner: zett-8
- License: mit
- Created: 2021-04-22T18:15:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T12:21:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T12:49:25.565Z (over 1 year ago)
- Topics: gatsby, gatsby-starter, jest, styled-components, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build test](https://github.com/zett-8/unbearable-lightness/actions/workflows/build-test.yml/badge.svg)](https://github.com/zett-8/unbearable-lightness/actions/workflows/build-test.yml)
Gatsby's custom starterKick off your project with this default boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.
## π₯οΈ Minimum starter with some setup
- Typescript
- Styled-component
- Prettier & Stylelint
- Testing (Jest)
- PWA (optional)## π Quick start
1. **Create a Gatsby site.**
Use the Gatsby CLI to create a new site, specifying this repo.
```shell
gatsby new https://github.com/Zett-8/unbearable-lightness.git
```1. **Start developing.**
Navigate into your new siteβs directory and start it up.
```shell
cd /
gatsby develop
```1. **Check on browser**
The site is now running at `http://localhost:8000`
_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._
## π What's inside?
A quick look at the top-level files and directories you'll see in a Gatsby project.
.
βββ src
βββ .gitignore
βββ .prettierrc
βββ gatsby-browser.ts
βββ gatsby-config.ts
βββ gatsby-node.ts
βββ gatsby-ssr.ts
βββ gatsby-wrapper.tsx
βββ jest.config.js
βββ jest-preprocess.js
βββ loadershim.js
βββ setup-test-env.js
βββ LICENSE
βββ package-lock.json
βββ package.json
βββ tsconfig.json
βββ README.md## π Learning Gatsby
Looking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.org/). Here are some places to start:
- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.
- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.org/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.