Project configuration templates for TheWay router.
# npm 7+, extra double-dash is needed:
npm create theway@latest my-way-app -- --template vanilla
# yarn
yarn create theway my-way-app --template vanilla
# pnpm
pnpm create theway my-way-app --template vanilla
# Bun
bun create theway my-way-app --template vanilla
See jojobyte/theway