An open API service indexing awesome lists of open source software.

https://github.com/tnruslan/country-info-app


https://github.com/tnruslan/country-info-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Country-Info-App

## Project commands

`cd backend` - jump to your backend folder

`yarn install` - install dependencies

`yarn serve` - run your backend

`cd frontend` - jump to your frontend folder

`yarn install` - install dependencies

`yarn dev` - run your frontend

## Getting Started Backend

First, run the development server:

```bash
yarn install
```
```bash
yarn serve
```

Server running on [http://localhost:5000](http://localhost:5000)

## Getting Started Frontend

First, run the development server:

```bash
yarn install
```
```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.