Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 363 Bytes

File metadata and controls

9 lines (5 loc) · 363 Bytes

React TypeScript Starter

A React and TypeScript starter project that is bundled together using Webpack (with hot module reloading and production build configuration).

npm run develop will start a local development enviornment.

npm run build will build a production ready project.

npm run serve will serve the production build within the dist folder.