IPv4 space visualization
Install deps and build
npm install
npm run build
Start dev server
npm start
Optionally start sass in watch mode to edit CSS
npm run sass_watch
AWS environment variables are required
export AWS_ACCESS_KEY_ID=AKIA***
export AWS_SECRET_ACCESS_KEY="xxx***"
export export AWS_DEFAULT_REGION=us-east-1
Upload the whole app to S3.
npm run deploy
Go to Cloudflare Development mode and disable cache to see results instantly.
Caching Level on Cloudflare is set to Ignore Query String so it
Delivers the same resource to everyone independent of the query string.
Browser Cache Expiration on Cloudflare is set to 1 month.