Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwaughachukwuma/interactive-video
A solution to the coding exercise by latitude
https://github.com/nwaughachukwuma/interactive-video
Last synced: about 1 month ago
JSON representation
A solution to the coding exercise by latitude
- Host: GitHub
- URL: https://github.com/nwaughachukwuma/interactive-video
- Owner: nwaughachukwuma
- Created: 2020-03-03T14:34:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:35:42.000Z (about 2 years ago)
- Last Synced: 2023-03-02T13:40:50.637Z (almost 2 years ago)
- Language: Vue
- Size: 8.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Video
A Vue.js solution to the coding exercise by Latitude, and hosted with Firebase hosting at [https://interactive-video-6f911.web.app/](https://interactive-video-6f911.web.app/)I have implemented solutions 1, 2, 3(b), and 4.
## Project setup
Do the following to setup the project
```
- clone the repo
- cd interactive-video
- yarn/npm install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```
Afterwards, you can either run the build locally using [http-server](https://github.com/http-party/http-server) or deploy the dist folder to your server or Firebase hosting### Lints and fixes files
```
yarn lint
```