Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.4 KB

File metadata and controls

42 lines (32 loc) · 1.4 KB

Build Status

Deps Status

typescript-webpack-react-flux-boilerplate

This boilerplate combines:

Getting started

Build options

  • npm run build for single build
  • npm run watch for incremental builds on every file change
  • npm start to build and start webpack-dev-server

Tests

  • npm test - single run unit tests in PhantomJS

###Visual Studio Code integration ####Show tslint errors only in VS Code

  • Hit Ctrl + P
  • Run "task tslint-watch"

####Show webpack errors in VS Code

  • Hit Ctrl + P
  • Run "task webpack-watch"

####Kill running task

  • Hit Ctrl + shift + P
  • Run "Tasks: Terminate Running Task"

Additionnal documentation