I have noticed that all the three things (2048,chatbot and memory Game) all are returned through public folder's or are separate react project's of their own
i have created a component for each of them
and their respective public folder's are moved into the main public folder of the react project running on 3000
So after now only two port need to be run for playTopia
3000 for frontend (this is the only port displayed to user)
5000 for backend (this is the port that frontend call's to do something)
Related Issue
Fixes # (issue)
3
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Motivation and Context
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Description
I have noticed that all the three things (2048,chatbot and memory Game) all are returned through public folder's or are separate react project's of their own
i have created a component for each of them and their respective public folder's are moved into the main public folder of the react project running on 3000
So after now only two port need to be run for playTopia 3000 for frontend (this is the only port displayed to user) 5000 for backend (this is the port that frontend call's to do something)
Related Issue
Fixes # (issue)
3
Type of change
Motivation and Context
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Screenshots (if appropriate):
screen-capture (9).webm
Checklist:
Test Configuration: