https://github.com/tnruslan/country-info-app
https://github.com/tnruslan/country-info-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tnruslan/country-info-app
- Owner: TnRuslan
- Created: 2025-02-18T10:56:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T11:17:07.000Z (3 months ago)
- Last Synced: 2025-02-18T12:26:34.747Z (3 months ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.