Skip to content

gojob-1337/gatsby-gojob-starter

Repository files navigation

CircleCI

Gojob's Gatsby Starter 🚀

Yet another starter for Gatsby v2.

Disclaimer 📜

This is an opinionated starter: here at Gojob, we ❤️ both TypeScript and Testing.

What's Inside 📦

And we rely on yarn for managing our packages and starting our scripts 😇.

How to...

Clone the repository and then, from the root folder of the project:

yarn install

# check the codebase with `tsc`
yarn tsc:all

# launch both Unit tests and E2E (cypress) tests
yarn test && yarn e2e:ci

# prettify the code
yarn format

# run the code linter (analysis only)
yarn lint

# start the app in dev mode (with watch mode)
yarn start

# build the static project, ready for production
yarn build

About

🔥 An opinionated Gatsby v2 starter using TypeScript, Material-UI, Jest, and Cypress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published