Companion repository for Greenwood's Getting Started guide. See it live in Stackblitz! ⚡
- Clone the repo
- Have the latest NodeJS LTS installed (or run
nvm use) - Run
npm ci
npm run dev- Start the local development servernpm run serve- Generate a production build and serve it locally
