This project contains a loader for posts with media and user details.
Follow these steps to get the project running on your local machine:
cd posts-loader
Make sure you have Node.js installed. Then, run the following command to install the required dependencies:
npm install
Once the dependencies are installed, start the development server by running:
npm run dev
The application should now be running on http://localhost:3000 (or the default port set in your environment).