Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 795 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 795 Bytes

TypeScript project sample Build Status Dependency Status

licensed under Apache License 2.0.

=========================

How to use

  • exec ./setup.sh

    • download dependencies.
    • required npm, bower, tsd.
  • exec grunt

    • build project.
    • required grunt.js.
  • exec grunt clean

    • clean up working files.
  • exec grunt test

    • run client-side test and server-side test.
    • required PhantomJS.
  • exec ./run.sh

    • build & launch server.
    • required foreman.
  • exec npm start

    • launch server