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
- Host: GitHub
- URL: https://github.com/jfpa11100/instapic
- Owner: jfpa11100
- Created: 2024-08-07T13:27:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T00:50:26.000Z (over 1 year ago)
- Last Synced: 2025-03-25T08:38:10.006Z (about 1 year ago)
- Topics: angular, angularjs, html5, typescript
- Language: TypeScript
- Homepage:
- Size: 368 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.