CrispenGari / nextjs-ts

πŸ’Žβœ” Sever side rendering using Next.js/Next.ts. A series of next cool features, application and projects 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

πŸ’Žβœ” Sever side rendering using Next.js/Next.ts. A series of next cool features, application and projects 2021.

License:MIT License


Languages

Language:TypeScript 40.5%Language:CSS 30.3%Language:JavaScript 29.1%Language:HTML 0.1%