Skip to content

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

Notifications You must be signed in to change notification settings

a-tarasyuk/react-webpack-typescript-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published