Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorgarciaesgi/vicflix

My portfolio taking inspiration of Netflix UI
https://github.com/victorgarciaesgi/vicflix

Last synced: 4 days ago
JSON representation

My portfolio taking inspiration of Netflix UI

Awesome Lists containing this project

README

        

# Vicflix

![Vicflix](https://github.com/victorgarciaesgi/vicflix/blob/master/media/vicflix.jpeg?raw=true)

# Stack

- Nuxt 2, Vue 2
- Typescript
- Tailwind v2
- Animejs
- Dark/light mode with css vars
- Postcss 8

# Dependencies Installation

```bash
yarn
```

# Change API url endpoint

- `env.development` -> `NUXT_ENV_API_URL` envirronement for development
- `env.production` -> `NUXT_ENV_API_URL` envirronement for production

# Developpment

```bash
yarn dev
```

Endpoint: [localhost:4100](http://localhost:4100)

### Production build

complete `.env.production` with according API URLs

```bash
yarn deploy production
```