Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 276 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 276 Bytes

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>