Skip to content

CommaSword/ee-hack

Repository files navigation

typescript-boilerplate

Greenkeeper badge Build Status

Generic project boilerplate for isomorphic TypeScript

project features

  • Typescript in strict mode (the only way to roll!)
  • Customised 3rd parrty typings in ./custom_typings folder
  • Fully automated tests that run both in node and browser using mocha + chai
  • Test tools set-up phase that is loaded prior to any test being run
  • Automatically discoverable tests (by glob pattern defined in package.json)
  • Dev server for live updates in browser and transpiled files
  • Least opinionated setup: no run time dependencies and minimal configuration

developer documentation

how to build and test:

  • clone the repository
  • in the cloned folder, run npm install
  • run npm test to build and test the code in both nodejs and browser

how to debug (browser):

  • run npm start to run a development server
  • open http://localhost:8080/webtest.bundle to run live tests that will update while you change the source code

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors