This is a TypeScript project that provides a convenient base to build a Single-Page App (no server-side rendering). It is built on Webpack and uses React for the frontend.
Development: yarn develop
Production: yarn build
(bundles built in dist/
)