Skip to content

Using react and flux in typescript with webpack build and karma test runner with jasmine

License

Notifications You must be signed in to change notification settings

npirotte/typescript-webpack-react-flux-todo

 
 

Repository files navigation

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

About

Using react and flux in typescript with webpack build and karma test runner with jasmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.5%
  • JavaScript 27.9%
  • HTML 1.2%
  • CSS 0.4%