https://github.com/gesielrosa/video-gallery
🎦 Simple application for a presentation
https://github.com/gesielrosa/video-gallery
angular
Last synced: about 2 months ago
JSON representation
🎦 Simple application for a presentation
- Host: GitHub
- URL: https://github.com/gesielrosa/video-gallery
- Owner: gesielrosa
- Created: 2021-05-22T22:39:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T13:52:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T12:52:18.670Z (over 1 year ago)
- Topics: angular
- Language: TypeScript
- Homepage: https://gesiel.com/video-gallery/
- Size: 937 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Gallery
### [Demo](https://gesielrosa.github.io/video-gallery/)
## Dev server
Run `npm run start` for a dev server.
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist` directory.
## Deploy
Run `npm run deploy` to deploy. Navigate to https://gesielrosa.github.io/video-gallery/
### @gesielosa