https://github.com/pacovk/minisoccer
https://github.com/pacovk/minisoccer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pacovk/minisoccer
- Owner: PacoVK
- Created: 2018-11-25T10:23:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T16:15:29.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T13:56:12.586Z (8 months ago)
- Language: JavaScript
- Size: 503 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
### Requirements ###
* Node installed
* Node packagemanager installed eg yarn
* Docker & docker-compose >= 18.07### Usage ###
To deploy the whole app use ```docker-compose up```
### Development ###
To run the backend use `````cd server && yarn start`````
To run the frontend use `````cd client && yarn start`````