GatsbyJS
Commands
- Instal GatsbyJS CLI Tool:
npm install --global gatsby-cli - Create New Site:
gatsby new gatsby-site - Start Dev Server:
gatsby develop - Production Build:
gatsby build - Serve Production Build Locally:
gatsby serve
Customize
- Customize
html.js:cp .cache/default-html.js src/html.js
Published