/nextjs-ts

💎✔ Sever side rendering using Next.js/Next.ts. A series of next cool features, application and projects 2021.

Primary LanguageTypeScriptMIT LicenseMIT

Next.js/ts

This is a walk through server side rendering using Next.js

Creating a next-app

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>