Skip to content

tomduncalf/typescript-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript and React project template

This repository contains a basic Typescript and React project template. For more information, see http://blog.tomduncalf.com/posts/setting-up-typescript-and-react/

If using a newer Typescript version that Visual Studio Code doesn't (yet) understand, a setting is required. i.e. enter the content below into File/Preferences/Workspace Settings settings.json file. This will instruct Visual Studio Code to use proper TypeScript version that project uses.

{ "typescript.tsdk": "node_modules/typescript/lib" }

About

Basic Typescript and React project template with Babel, Webpack and Hot Module Reloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published