https://github.com/bramp/bounce
Bouncing Ball Game (unfinished)
https://github.com/bramp/bounce
Last synced: 4 months ago
JSON representation
Bouncing Ball Game (unfinished)
- Host: GitHub
- URL: https://github.com/bramp/bounce
- Owner: bramp
- License: apache-2.0
- Created: 2022-06-21T12:14:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T12:18:02.000Z (about 4 years ago)
- Last Synced: 2025-10-24T10:49:01.511Z (9 months ago)
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install
```shell
npm install
```
# Dev
```shell
npm run dev
# go to http://localhost:8080/
```
# Lint
```shell
npm run lint
```
# Build
```shell
npm run build
```