Platframe
Whether it's bespoke development, building a Jamstack app, or making it your blog's static site generator, Platframe grounds your next project with a resilient foundation.
Setup
Option 1: hit the Deploy to netlify button Option 2: run the following in your shell, optionally chaning "my-app" to a preferred name
npx degit platframe/new my-app && cd $_ && git init && yarn
Option 3: clone or download the latest release and follow the remaining installation steps