Base project for setting up a frontend application using Typescript and React. Heavily based off of Dan Abramov's React Transform Boilerplate.
- Typescript Definition Manager (TSD)
npm install -g tsd
- npm install
- tsd install
After setting up the project, type npm start
to start the Express dev server.
To compile the Javascript bundle for production, use npm run build
.