React-Webpack-TypeScript-Babel

November 1, 2018 ยท View on GitHub

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

Contents

  1. 1Starting the development server
  2. 2Building the bundle
  3. 3Type-Checking the repo