Skip to content

parris/react-pong

Repository files navigation

react-pong (react-pong)

Pong game made with react and threejs

Running your project

The generated project includes a development server on port 3000, which will rebuild the app whenever you change application code. To start the server (with the dev-tools enabled), run:

$ npm start

To run the server with the dev-tools disabled, run:

$ DEBUG=false npm start

To build for production, this command will output optimized production code:

$ npm run build

About

The beginnings of a react-three pong game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published