Template for React projects using TypeScript
Recommended editor: Visual Studio Code
Installation:
0. cd
to this directory
npm install -g typings
npm install
typings 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-server
http-server