👌 A TypeScript starter for GatsbyJS with a preconfigured MDX, Storybook and ESLint environment
Prefer JavaScript? No worries, try awesome-gatsby-starter
Install this starter (assuming you have gatsby-cli
installed) by running the following command:
gatsby new your-projects-name https://github.com/South-Paw/awesome-gatsby-starter-ts
Open the project directory in your CLI and run the yarn
command to install dependencies.
After that you can run any of following commands
# local development (localhost:8000)
yarn start
# storybook development (localhost:9000)
yarn start:storybook
# run tsc and eslint on project
yarn lint
# build site for deployment (/public)
yarn build
# build storybook for deployment (/public/storybook)
yarn build:storybook
# local gatsby serve of /public
yarn serve
# clean build artifacts (/.cache and /public)
yarn clean
If you manage to find any, please report them here so they can be squashed.
MIT, see the LICENSE file.