cguliuzza / tina-dev-site

Christina Guliuzza | Webflow & React Frontend Developer
https://www.christinaguliuzza.com
0 stars 0 forks source link
nextjs portfolio-website react tailwindcss typescript vercel

This is a Next.js project bootstrapped with create-next-app.

Next.js is a full-stack framework built on top of React. React gives you functions written in JSX to build UI components. Next.js does everything else for you!

Where is This App Deployed?

This Next.js app is deployed on Vercel.

Checkout the Next.js deployment docs.

Let's Get This Server Started

  1. First, run the development server:
yarn install
yarn next dev
control + C to close the server on MAC
  1. Open http://localhost:3000 with your browser to see the result.

Create and Commit a Branch

git branch new-branch-name
git checkout new-branch-name
git add .
git commit -m "commit message"
git push --set-upstream origin new-branch-name

How Do APIs Work in Next.js 13?

Add a pages/api directory

What fonts are used?

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

How can I learn more about Next.js?

To learn more about Next.js, take a look at the following resources: