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

https://github.com/rof1yev/vue-ts_hyrule-jobs

VueJS with TypeScript
https://github.com/rof1yev/vue-ts_hyrule-jobs

css html javascript typescript vue-typescript vuejs

Last synced: 3 months ago
JSON representation

VueJS with TypeScript

Awesome Lists containing this project

README

        

# VueJS & TypeScript - Hyurle Jobs APP | @rof1yev

![image](src/assets/hyrule_jobs.png)

## Transfer the project to yourself | Setup

### Copy project files to yourself

```sh
git clone https://github.com/Rofiyev/vue-ts_hyrule-jobs.git

cd vue-ts_hyrule-jobs
```

### Download all dependencies

```sh
npm install
```

### Open the project in the browser

```sh
npm run dev
```