Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 595 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 595 Bytes

CI status

This project is mostly a learning support for me to explore Next.js's new app router.

I will try to keep everything on one stack only using NextJS for backend and frontend.

Getting Started

Install the dependencies:

npm install

Then, run the development server:

npm run dev

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

The stack

This project uses :

  • NextJS
  • SWR
  • Tailwind CSS
  • Shadcn/ui