Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pazfelipe/netflix-vue-clone
A Netflix clone using Vue, Tailwind and Pinia (WIP)
https://github.com/pazfelipe/netflix-vue-clone
bun nuxt3 pinia tailwindcss vercel vue3
Last synced: 8 days ago
JSON representation
A Netflix clone using Vue, Tailwind and Pinia (WIP)
- Host: GitHub
- URL: https://github.com/pazfelipe/netflix-vue-clone
- Owner: pazfelipe
- Created: 2024-07-19T10:38:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:29:35.000Z (4 months ago)
- Last Synced: 2024-07-19T20:05:46.400Z (4 months ago)
- Topics: bun, nuxt3, pinia, tailwindcss, vercel, vue3
- Language: TypeScript
- Homepage: https://netflix-vue-clone-rho.vercel.app
- Size: 84.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Home Screen Clone
This project is a clone of the Netflix home screen, built with Nuxt 3, Tailwind CSS, Bun, and Pinia. The project is currently under development.
## Installation
To get started with this project, you need to have Bun installed. If you haven't installed Bun yet, you can do so by following the instructions on the [Bun website](https://bun.sh/).
Once Bun is installed, you can proceed with the following steps:
### Install the necessary packages
```bash
bun i
```### Run the project in development mode
```bash
bun dev
```## Technologies Used
- Nuxt 3: The framework for building Vue.js applications.
- Tailwind CSS: A utility-first CSS framework for styling.
- Bun: A fast all-in-one JavaScript runtime.
- Pinia: A state management library for Vue.js.## Project Status
This project is currently a work in progress. Contributions and feedback are welcome.