Template for React projects using TypeScript
Recommended editor: Visual Studio Code
Installation:
0. cd to this directory
npm install -g typingsnpm installtypings install
Developing:
npm run build to compile and bundle TypeScript to JavaScript once or npm run watch to continously compile and bundle TypeScrip to JavaScript
View in the browser:
0. cd to this directory
npm install -g http-serverhttp-server