Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 782 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 782 Bytes

gatsby-base-starter

Gatsby with ESLint, Prettier and Stylelint. Comes with PostCSS with vendor autoprefixing support out of the box, also comes with CSSModules support by default, using the styleName prop. Also has Google Analytics.

Also resets the CSS styles.

For an overview of the project structure please refer to the Gatsby documentation - Building with Components

Install this starter (assuming Gatsby is installed via yarn global add gatsby) by running from your CLI:

gatsby new gatsby-example-site https://github.com/svhealth/gatsby-base-starter

Scripts

Run yarn dev to run in development mode.

Run yarn build to output the website to a public folder. Ideal for production environments.