https://github.com/vallariag/gallery-library
A PWA to display your images in a gallery, made with Angular.
https://github.com/vallariag/gallery-library
angular pwa
Last synced: about 2 months ago
JSON representation
A PWA to display your images in a gallery, made with Angular.
- Host: GitHub
- URL: https://github.com/vallariag/gallery-library
- Owner: VallariAg
- License: unlicense
- Created: 2020-03-15T08:29:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:57:50.000Z (over 3 years ago)
- Last Synced: 2025-05-22T00:40:26.917Z (about 1 year ago)
- Topics: angular, pwa
- Language: TypeScript
- Homepage:
- Size: 5.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-Gallery
A PWA to display your images in a gallery, made with Angular.

## Prerequisites
1. `npm` is distributed with Node.js- which means that when you download Node.js, you automatically get npm installed on your computer.
2. To install `nodejs`:
```
sudo apt-get update
sudo apt-get install nodejs
```
3. Install Angular CLI:
```
npm install -g @angular/cli
```
## Installing
Install the npm packages described in the package.json and verify that it works:
```
npm install
npm start
```
The npm start command builds (compiles TypeScript and copies assets) the application into dist/, watches for changes to the source files, and runs live-server.
Shut it down manually with Ctrl-C.
## Built With
- HTML5
- CSS
- JavaScript
- Firebase (for web)
## Authors
- Vallari Agrawal - [VallariAg](github.com/vallariag)