This website was started using the Gatsby Default Starter
It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.
BW Retail Landing Page Prototype
- Node
- Gatsby CLI (globally installed)
Start a hot-reloading development environment accessible at localhost:8000
yarn start
Get an optimized production build for your site generating static HTML and per-route JavaScript code bundles.
yarn build
Gatsby starts a local HTML server for testing your built site.
yarn serve
Remove the .cache and public for a scratch compile.
yarn clean
All the files are on GitHub and hosted using Netlify with it's CDN and CI so everything committed to master automatically gets deployed live.