Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 335 Bytes

File metadata and controls

27 lines (18 loc) · 335 Bytes

React-Webpack-TypeScript-Babel

A starter template for projects using React, Webpack, TypeScript and Babel.

Starting the Dev Server

npm start

Building the Bundle

npm run build

Type-checking the Project

npm run typecheck

And to run in --watch mode:

npm run typecheck:watch