https://github.com/vengarioth/typescript-react-webpack-demo
https://github.com/vengarioth/typescript-react-webpack-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vengarioth/typescript-react-webpack-demo
- Owner: Vengarioth
- Created: 2016-09-14T13:43:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T13:57:09.000Z (almost 10 years ago)
- Last Synced: 2025-03-03T11:23:23.339Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A typescript react and webpack experiment
## Global Dependencies
Before npm install run:
```
npm install -g typescript typings webpack
```
### typescript
The typescript compiler (tsc) as a cli tool.
### typings
The type definition repository, contains type definitions for common libraries like react. This enables the compiler to be very strict about external dependencies and prevents leaking of 'any' types into the codebase.
### webpack
The bundler, also provides a convenient dev server