My opinionated Gatsby.js starter
The gatsby-starter-antoine is an opinionated Gatsby.js starter template that builds upon the default Gatsby starter. It includes additional features such as TypeScript & Gatsby types, Eslint & Prettier for code linting, Bugsnag for error monitoring, and Styled Components for styling.
To install gatsby-starter-antoine, follow these steps:
npm install -g gatsby-cli
gatsby new my-gatsby-project antoine/gatsby-starter-antoine
cd my-gatsby-project
yarn install
package.json and src/gatsby/config.ts files.The gatsby-starter-antoine is a convenient and opinionated Gatsby.js starter template that enhances the default Gatsby starter with additional features and configurations. With TypeScript, Eslint, Prettier, Bugsnag, and Styled Components, it provides a streamlined development experience with code linting, error monitoring, and modular styling capabilities. By following the installation guide, you can quickly set up a new Gatsby project using this starter template and start developing your website with ease.