Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 285 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 285 Bytes

webpack-react-base

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.

Usage

Development: yarn develop

Production: yarn build (bundles built in dist/)