This repository will help you get started with ReactJS in typescript. This boilerplate also has support for SASS/SCSS.
- Install typescript, typings and webpack
$ npm install -g typescript typings webpack webpack-dev-server
- Link typescript and webpack to package
$ npm link typescript
$ npm link webpack
- Install npm packages and typings
$ npm install
$ typings install
- After all previous steps are completed, run webpack-dev-server
$ webpack-dev-server
- That's it, you are ready to go. Visit https://localhost:8080 to see it running.