Skip to content

General playground for experimenting with TypeScript in React and Redux

Notifications You must be signed in to change notification settings

evrowe/react-ts-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React With TypeScript Demo

forthebadge forthebadge

For now this repo serves as a sandbox to experiment with building a React "app" (or random assortment of components) that employs TypeScript.

Starting point based on process outlined in this blog post from Tom Duncalf, with some supplemental Googling to make the webpack config compliant with the Webpack 2 API and solve a recent dependency issue with webpack dev server.

Running Locally

  1. npm install or yarn
  2. npm run start or yarn start
  3. Open http://localhost:3000/ in your browser

Developing/Extending

If you wanted to fork this or use it as a template for your own (possibly nefarious?) purposes, you "need" typescript installed globally*:

npm install -g typescript@next

*TypeScript was at version 2.5.0-dev.20170719 at the time of repo creation)
**It really bothers me that the "Certified By Steve Bruhle" [sic] badge misspells Dr. Brule's name. What the actual heck.

About

General playground for experimenting with TypeScript in React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published