An open API service indexing awesome lists of open source software.

https://github.com/jfpa11100/instapic

Mini 'instagram' project with Angular js
https://github.com/jfpa11100/instapic

angular angularjs html5 typescript

Last synced: 2 months ago
JSON representation

Mini 'instagram' project with Angular js

Awesome Lists containing this project

README

          

# InstaPic

## Set Up
For running the project make sure you have Angular v18.
For installing Angular LTS (v18) run:
```
@npm i @angular/cli
```
And for installing the project dependencies run:
```
@npm i
```
Later to run the project in a dev server run:
```
ng serve
```
Navigate to `http://localhost:4200/` (default). The application will automatically reload if you change any of the source files.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.