Go to file
Vivian Lim a6732cc41a wip batched actions 2017-01-25 20:45:57 -08:00
config Bring in viv_front sprite 2017-01-18 21:54:07 -08:00
sprites add basic directions and incomplete sprites 2017-01-21 21:30:31 -08:00
src wip batched actions 2017-01-25 20:45:57 -08:00
type-declarations Hot module reloading 2016-06-21 19:12:15 +01:00
.babelrc Add babel and webpack 2016-06-21 08:05:48 +01:00
.gitignore Add babel and webpack 2016-06-21 08:05:48 +01:00
README.md updated readme with using vs code/typescript 2016-08-18 10:29:02 +02:00
index.html Hot module reloading 2016-06-21 19:12:15 +01:00
package.json completely overhaul movement 2017-01-21 14:52:47 -08:00
server.js Hot module reloading 2016-06-21 19:12:15 +01:00
tsconfig.json Hot module reloading 2016-06-21 19:12:15 +01:00

README.md

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" }