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

https://github.com/peterbrain/accountx-frontend

AccountX-Frontend
https://github.com/peterbrain/accountx-frontend

angular8 material-design materialize materialize-css npm

Last synced: 9 months ago
JSON representation

AccountX-Frontend

Awesome Lists containing this project

README

          

# AccountX-Frontend

## Setup Guide

### Dependencies
Install all dependencies.
```bash
npm install
```

### Server
Start the dev server and navigate to [http://localhost:4200/](http://localhost:4200/).
```bash
ng serve
```