Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 402 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 402 Bytes

Gatsby Code Splitting POC

Setup:

  • clone repo
  • clone my gatsby fork
  • checkout branch topics/manual-codesplitting in gatsby fork
  • follow the instructions on gatsby-dev-cli to connect the fork with the repo

To start the devmode run npm start

To start the build mode run npm run build && npm run serve