The "Fine Dine" project is designed to help achieve personal learning goals, focusing on Next.js 13 and Tailwind CSS. This hands-on experience involves exploring the capabilities of Next.js, Json Server, Tailwind/Flowbite React, and Mapbox using react-map-gl.
Clone the Repository
git clone [email protected]:SemirKardovich/nextjs-goal.git
cd nextjs-goal
Install Dependencies
yarn install
Run the Development Server
yarn run dev
After running the command, you should see the development server running on http://localhost:3000/
Run the JSON Server
json-server --watch database/db.json --port 8000
After running the command, you should see the json server running on http://localhost:8000/