Skip to content

Boilerplate project for setting up Typescript and React with Babel and Webpack.

License

Notifications You must be signed in to change notification settings

keokilee/react-typescript-boilerplate

Repository files navigation

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.

About

Boilerplate project for setting up Typescript and React with Babel and Webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published