Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat ksm 3154 deliver ssr p2 #12

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

pamelagilmour
Copy link
Member

Testing Criteria

After checking out this branch , execute the following commands in Terminal/cli:

1 : Install all dependencies with yarn
2 : Start the express server that has the data for the project with yarn sailorserver
3 : In a separate tab, build the server side rendering bundle with yarn build:ssr
4 : In this separate tab, start the server using the server side rendering build with yarn start:ssr
5 : In a secondary separate tab, build the client side rendering bundle with yarn build:csr
6 : In this secondary separate tab, start the client side development server with yarn start:csr

To see the express server that has the data for the project, in the browser got to http://localhost:3001/

  • has 2 endpoints that are described on this screen

To see the server side rendering implementation, go to http://localhost:3031/

To see the client side rendering implementation, go to http://localhost:3000/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant