Hello React and TypeScript

Code Samples from the book Hello React and TypeScript: A guide to getting up and running with React development with TypeScript.

Download as .zip Download as .tar.gz View on GitHub

Hello React and TypeScript

The purpose of this project is to share some of the code samples and examples from the book Hello React and TypeScript by Charles Bryant.

Requirements

Install

After cloning the repo or downloading the source, open a console at the root path of the repo and run

npm install

tsd install

This will install the required npm packages and TypeScript Typings.

Run

To run the project, open a console at the root path of the repo and run

gulp

This will kick off the default gulp task to run all the magic and open the index.html page in a browser.

Following the Book

If you want to work with specific examples or samples from the book look for the Source Code link near the code or at the beginning of a chapter. It will link to a tagged release where you can get specific revisions of the repository that contain only the changes for the example or sample.