Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 752 Bytes

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.