react-typescript-boilerplate
react-typescript-boilerplate copied to clipboard
Boilerplate project for setting up Typescript and React with Babel and Webpack.
Typescript + React + Webpack Boilerplate
Base project for setting up a frontend application using Typescript and React. Heavily based off of Dan Abramov's React Transform Boilerplate.
Prerequisites
- Typescript Definition Manager (TSD)
npm install -g tsd
Installation
- npm install
- tsd install
Running the Dev Server
After setting up the project, type npm start to start the Express dev server.
Compiling for production
To compile the Javascript bundle for production, use npm run build.