This is the repository for the example site featured in the Coding Modern Websites with the JAMstack tutorial.
To install and run the example site locally, here’s what you’ll need:
Clone this repository and run:
npm install
npm run start
Then visit http://localhost:3000/ - BrowserSync will automatically reload CSS or refresh the page when stylesheets or content changes.
To build your static output to the /dist
folder, use:
npm run build