https://github.com/matthijskamstra/expenses-app
A Simple frontend for storing location data
https://github.com/matthijskamstra/expenses-app
angular typescript
Last synced: about 1 month ago
JSON representation
A Simple frontend for storing location data
- Host: GitHub
- URL: https://github.com/matthijskamstra/expenses-app
- Owner: MatthijsKamstra
- License: mit
- Created: 2023-10-31T12:38:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T13:06:14.000Z (over 1 year ago)
- Last Synced: 2025-01-22T02:48:56.578Z (3 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://matthijskamstra.github.io/expenses-app/
- Size: 4.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expenses-app
A Simple frontend for storing location data
start Angular
```bash
ng serve --open# or open on a specific port
ng serve --port 60322 --open
```# expenses-app
What is "expenses-app" about?
## Setup
```bash
ng new expenses-app --routing true --style scss
cd expenses-app
ng serve --open
```## Resources
- x
- y```bash
npm i [email protected]
```