/react-ts-lint

React + TypeScript + tslint boilerplate

Primary LanguageJavaScript

Install the node modules:

npm install

Install the TypeScript definition files:

typings install

Start the webpack-dev-server:

npm run debug

Build the project:

npm run build

Enable linting: npm run build -- --enable-linting