Available Scripts

In the project directory, you can run:

npm run server

Starts the JSON server at http://localhost:8000

The JSON server can be started with json-server --watch ./src/assets/mock-data/countries.json --port 8000 command too.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.