https://github.com/julienkode/eurosport-web-developer-recruitment
eurosport-web-developer-recruitment
https://github.com/julienkode/eurosport-web-developer-recruitment
Last synced: 2 months ago
JSON representation
eurosport-web-developer-recruitment
- Host: GitHub
- URL: https://github.com/julienkode/eurosport-web-developer-recruitment
- Owner: JulienKode
- Created: 2019-04-07T21:27:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T21:50:05.000Z (about 7 years ago)
- Last Synced: 2025-10-04T18:32:07.454Z (9 months ago)
- Language: TypeScript
- Size: 222 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Eurosport
### Project
This project use the clean architecture, we separate the business logic and the web app.
Business logic is in packages/core and the web app is in packages/web
If tomorrow you want to make a react-native app, we just have to make a packages/react-native-app
and we can reuse the logic of core to make our new app
### Start the project
- `yarn`
- `cd packages/web`
- `yarn start`