/react-ts-babel

React + TypeScript + Babel boilerplate

Primary LanguageJavaScript

React + TypeScript + Babel Boilerplate

Boilerplate to start new React project with TypeScript faster. It uses babel to transpile TypeScript to JavaScript.

Available scripts

npm start

Starts webpack dev server on the localhost:9005

npm run build

Runs tsc for typecheck and build the project