https://github.com/victorgarciaesgi/vicflix
My portfolio taking inspiration of Netflix UI
https://github.com/victorgarciaesgi/vicflix
Last synced: 6 months ago
JSON representation
My portfolio taking inspiration of Netflix UI
- Host: GitHub
- URL: https://github.com/victorgarciaesgi/vicflix
- Owner: victorgarciaesgi
- Created: 2019-04-02T11:49:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T22:08:30.000Z (8 months ago)
- Last Synced: 2025-02-12T22:29:44.139Z (8 months ago)
- Language: Vue
- Homepage: https://vicflix.dev
- Size: 28.9 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vicflix

# 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
```