Skip to content

Clone of Facebook's react tutorial, but in Typescript (and using Webpack).

Notifications You must be signed in to change notification settings

baloodevil/react-tutorial-typescript

Repository files navigation

React Tutorial in Typescript

Clone of Facebook's react tutorial refactored to use Typescript classes and Webpack.

Install

Install dependencies

npm install

Link so that typescript compiler uses globally installed typescript (assumes you've installed Typescript globally with npm install -g typescript).

npm link typescript

Compile Typescript files and bundle into public/dist/bundle.js

webpack

Start server

npm start

About

Clone of Facebook's react tutorial, but in Typescript (and using Webpack).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published