Project to list the world countries and their info using https://restcountries.com/ API.
Available in: https://countriespedia.vercel.app/
Clone the repo, enter in the fun-with-flags folder and install the dependencies:
git clone https://github.com/eobrunodias/countriespedia.git
cd countriespedia
npm install
I'm using v22.13.0 and recommend the usage of NVM and the Node.js version >= v18.16.0 is required for run this project.
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the initial page.
If you like to try the production build, run:
npm run build
And then:
npm run start