This is my excercise to learn nextjs Using Nextjs(Server Action), Typescript, tailwind, json-server
git clone https://github.com/HiImLawtSimp1e/next-shop.git
cd ./next-shop-fakeapi
install packagenpm i
run backendnpm run dev
cd ./next-shop-frontend
install packagenpm i
run frontendnpm run dev