Skip to content

Pedro-vk/extreme-pingpong-tournament

Repository files navigation

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.

npm start

Compile the project on dist folder manually.

npm run build

Run test.

npm test

Run linters.

npm run lint