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

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

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]
```