Kick off your project with this default boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.
Have another more specific idea? You may want to check out our vibrant collection of official and community-created starters.
npm i
npm start
Dev server is now running at http://localhost:8000
Note: You'll also see a second link: http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.
npm test
npm run lint
npm run ci
# Please use this script to make a commit because a commit message will be linted by commitlint.
npm run cm
npm run build
Run a server to test output files from build
npm run serve
Build server is now running at http://localhost:9000