MaxWilson / BattleChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-webpack-react-flux-boilerplate

This boilerplate combines:

Getting started

  • run npm install to download dependencies
  • run npm start to build and start webpack-dev-server
  • open http://localhost:3333/

Build options

  • npm run build for single build (creates files in build/ folder)
  • 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
  • npm run test-debug - to run repeated unit tests in PhantomJS after every file change
  • npm run test-browser- single run unit tests in Chrome
  • npm run test-browser-debug - to run repeated unit tests after every file change in Chrome with debug option
    • After browser is opened click on "DEBUG" button in top right corner
    • Hit F12 to debug

About

License:MIT License


Languages

Language:JavaScript 98.6%Language:TypeScript 1.3%Language:CSS 0.1%Language:HTML 0.0%