https://github.com/moises-herrera/easy-bills-frontend
Financial management front-end project
https://github.com/moises-herrera/easy-bills-frontend
angular chartjs primeng tailwindcss typescript web
Last synced: 7 months ago
JSON representation
Financial management front-end project
- Host: GitHub
- URL: https://github.com/moises-herrera/easy-bills-frontend
- Owner: moises-herrera
- Created: 2023-04-23T03:25:17.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-11-16T15:56:14.000Z (11 months ago)
- Last Synced: 2024-11-16T16:33:08.168Z (11 months ago)
- Topics: angular, chartjs, primeng, tailwindcss, typescript, web
- Language: TypeScript
- Homepage:
- Size: 4.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyBills
## Usage
```bash
git clone https://github.com/moises-herrera/easy-bills-frontend.gitcd easy-bills-frontend
```## Install
```bash
npm install
```## Development server
Run `npm start` for a dev server.
## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `npm run test` to execute the unit tests of the project.