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-loaderMake sure you have Node.js installed. Then, run the following command to install the required dependencies:
npm installOnce the dependencies are installed, start the development server by running:
npm run devThe application should now be running on http://localhost:3000 (or the default port set in your environment).