Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 299 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 299 Bytes

Bouncing Balls

Built with TypeScript

Setup

Running in development mode

  • npm start

Running Tests

  • npm test

Building for production

  • npm run build