Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

VinceOPS/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

Languages

  • CSS 44.2%
  • TypeScript 36.7%
  • JavaScript 19.1%