An open API service indexing awesome lists of open source software.

https://github.com/crispengari/nextjs-ts

💎✔ Sever side rendering using Next.js/Next.ts. A series of next cool features, application and projects 2021.
https://github.com/crispengari/nextjs-ts

css javascript next-js react-js server-side-rendering typecript web-apps web-developments

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```shell
$ npx create-next-app --use-npm // if you don't want to use yarn
# OR
$ yarn create next-app
```