Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 258 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 258 Bytes

First Time Run

  • npm install
  • gulp // Default gulp task will auto watch src folder change, auto build to bin, and auto run the result.

TODO

  • (Done) In Darwin use clang++ build c++ works.
  • (Not done) In linux need replace clang++ to g++ manually.