Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 559 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 559 Bytes

🏓 Ping Pong Ponyhof

Dies ist der Quelcode der aktuellen PPP Software

Getting Started

Starting Development

Install all dependencies with yarn and start the electron app with yarn start-dev. This will start the electron app, serve the client app on localhost:8000 and offers access to the backend on localhost:4000 (which currently redirects to the client).

Starting Production

To start the app in production tip in yarn start. This executes the build process of the application and the client. After that electron will start.