项目作者: Pedro-vk

项目描述 :
Play your own Extreme Pingpong tournament
高级语言: TypeScript
项目地址: git://github.com/Pedro-vk/extreme-pingpong-tournament.git
创建时间: 2017-03-11T22:42:32Z
项目社区:https://github.com/Pedro-vk/extreme-pingpong-tournament

开源协议:MIT License

下载


Extreme Pingpong tournament

Build status Coverage Status Dependencies status DevDependencies status

Run or compile the project

Serve the project on http://localhost:4200/ and watch changes.

  1. npm start

Compile the project on dist folder manually.

  1. npm run build

Run test.

  1. npm test

Run linters.

  1. npm run lint