Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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/
To see the server side rendering implementation, go to http://localhost:3031/
To see the client side rendering implementation, go to http://localhost:3000/