choo-bandwagon
November 10, 2018 ยท View on GitHub
A webpack-based, heavily opinionated starter kit for a complete, isomorphic choo app.
Usage:
npm i -g choo-bandwagonchoo-bandwagon new my-cool-appcd my-cool-app && npm run dev- open http://localhost:8080
Production build:
npm run buildnpm start