Skip to content

This is a little project that I did to learn Next 13 app directory, server actions and server components following the next video of Sam Selikoff https://www.youtube.com/watch?v=OAmp3GTfZnU

Notifications You must be signed in to change notification settings

alevidals/next13-posts

Repository files navigation

This is a Next.js project that I created to learn about new features like server and action components. I learned about it through a video by Sam Selikoff.

Getting started

If you want to try this, follow the next steps:

Install the dependencies:

pnpm install
# or
yarn install
# or
npm install

"Create a .env file with the content of .env.example (you can simply copy it or change the file path if you want to locate it in another location)

cp .env.example .env

Push the prisma schema to the database

npx prisma db push

Start the project and try it!

npm run dev
# or
yarn dev
# or
pnpm dev

About

This is a little project that I did to learn Next 13 app directory, server actions and server components following the next video of Sam Selikoff https://www.youtube.com/watch?v=OAmp3GTfZnU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published