/ping-pong

Ping Pong Vanilla Js Game

Primary LanguageTypeScript

Ping-Pong Vanilla Js

Description

This project is based on a practice from Dev Samurai course.

Screenshot

How to Run or Build

To preview the project, run the following command:

npm i
npm run dev

To build the project, run the following command:

npm i
npm run build

This will create a dist folder with the assets of the project.