To start demo applications, use node 14.
Go to its directory:
cd ./news-app-cra
Install dependencies and start the application:
yarn
PORT=4000 yarn start
Open http://localhost:4000.
Go to its directory:
cd ./news-app-next
Install dependencies, build the static render and start the application:
yarn
yarn build
yarn start
Open http://localhost:3000.