Skip to content

Latest commit

History

History
46 lines (30 loc) 路 1.33 KB

README.md

File metadata and controls

46 lines (30 loc) 路 1.33 KB

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