anthonyjeamme / website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

My Gatsby's starter - SASS/Jest/Cypress & other cool stuff

✨ Husky

Run npx husky install to activate pre-commit eslint check

🧪 Testing

  • Testing with jest : npm test
  • Run e2e tests : npm run cy:open

💫 Aliases

To add aliases, just add them in jsconfig.js. They will automatically be added in eslint, jest and gatsby configs.

Example :

{
	"compilerOptions": {
		"jsx": "react",
		"baseUrl": ".",
		"paths": {
			"~myAlias": ["path/to/alias/*"]
		}
	}
}

About

License:BSD Zero Clause License


Languages

Language:JavaScript 54.6%Language:TypeScript 28.3%Language:SCSS 17.0%