OzgunOzdemir / next.js-tutorial

This is a next js tutorial for ssr with react.js library. I watched the lessons at Codevolution youtube channel.

Home Page:https://www.youtube.com/watch?v=9P8mASSREYM&list=PLC3y8-rFHvwgC9mj0qv972IO5DmD-H0ZH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next JS Tutorial

Getting Started

First, run the development server:

```
npm install

npm run dev

```

Open http://localhost:3000 with your browser to see the result.

About

This is a next js tutorial for ssr with react.js library. I watched the lessons at Codevolution youtube channel.

https://www.youtube.com/watch?v=9P8mASSREYM&list=PLC3y8-rFHvwgC9mj0qv972IO5DmD-H0ZH

License:MIT License


Languages

Language:JavaScript 74.8%Language:CSS 25.2%