This is a walk through server side rendering using Next.js
To create a next app run the following command
$ npx create-next-app <app-name> --use-npm // if you don't want to use yarn
# OR
$ yarn create next-app <app-name>
💎✔ Sever side rendering using Next.js/Next.ts. A series of next cool features, application and projects 2021.
TypeScriptMIT