Skip to content

antondimitrov/typeScriptTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript starter template

This is minimal template that can be used in order to quickly prototype web application using reactjs and typescript. Based on typescript documentation https://www.typescriptlang.org/docs/handbook/react-&-webpack.html.

SET UP ENVIROMENT:

npm install
npm install typescript
npm install -g typescript typings webpack
typings install --global dt~react
typings install --global dt~react-dom

webpack --watch 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 62.4%
  • HTML 22.9%
  • TypeScript 14.7%