A react app that displays countries and basic information about them
npm install -g serve
serve -s build
- Navigate to
http://localhost:3000/
in the browser of your choice
- Download and install npm here
- Install create react app:
npm install -g create-react-app
- Clone ReactCountryApp:
git clone https://github.com/Cinnamon18/ReactCountryApp
- Navigate to its root:
cd ReactCountryApp
- Run the test server:
npm start
The project should appear in your browser. If not, navigate to localhost:3000
to view it