Next Countries is an application made by using rest countries api.
- Clone Repo
git clone https://github.com/selimyalinkilic/next-countries
- Start Developing
Navigate into your new site’s directory and start it up.
# go inside the project you copied
cd next-countries
# create .env.local file
touch .env.local
# add NEXT_PUBLIC_API_URL variable to .env.local file
NEXT_PUBLIC_API_URL=https://restcountries.com/v2
# install packages
yarn install / npm install
# run the project
yarn dev / npm run dev
-
Open the source code and start editing!
Your site is now running at
http://localhost:3000
!
This project is released under the MIT License