This repo is a starter pack for our EY Engineering workshop series. As we progress in our workshops, we will publish a new tagged commit to reflect the latest state of the workshops.
For more workshop specific utilites visit WORKSHOP.md;
-
Create a Gatsby site.
Use the Gatsby CLI to create a new site, specifying the minimal TypeScript starter.
# create a new Gatsby site using the minimal TypeScript starter npm init gatsby -- -ts
-
Start developing.
Navigate into your new site’s directory and start it up.
cd my-gatsby-site/ npm run develop
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!
Edit
src/pages/index.tsx
to see your site update in real-time! -
Learn more