项目作者: Pedro-vk
项目描述 :
Play your own Extreme Pingpong tournament
高级语言: TypeScript
项目地址: git://github.com/Pedro-vk/extreme-pingpong-tournament.git
Extreme Pingpong tournament

Run or compile the project
Serve the project on http://localhost:4200/
and watch changes.
npm start
Compile the project on dist
folder manually.
npm run build
Run test.
npm test
Run linters.
npm run lint