a-tarasyuk / react-webpack-typescript-babel

A sample setup using React, Webpack and Babel to build TypeScript code, and using TypeScript for type-checking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sample setup using React, Webpack and Babel to build TypeScript code, and using TypeScript for type-checking.


Languages

Language:TypeScript 53.9%Language:JavaScript 37.6%Language:HTML 8.5%