Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 365 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 365 Bytes

React-Webpack-TypeScript-Babel

This is sample repository demonstrates how to use React, Webpack, TypeScript and Babel

Starting the development server

npm start

Building the bundle

npm run build

Type-Checking the repo

npm run type-check

And to run in --watch mode:

npm run type-check:watch