A Mithril.js starter template.
# Clone this project
npx degit kevinfiol/mithril-esbuild-starter hello-world
# Navigate to newly scaffolded project
cd ./hello-world/
# Install dependencies
npm install
# Watch for changes
npm run dev
# Build
npm run build