Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 660 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 660 Bytes

React-Typescript Boilerplate

This repository will help you get started with ReactJS in typescript. This boilerplate also has support for SASS/SCSS.

Getting Started

  • 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