Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiv-source/angular-calculator
Angular calculator
https://github.com/shiv-source/angular-calculator
Last synced: 2 days ago
JSON representation
Angular calculator
- Host: GitHub
- URL: https://github.com/shiv-source/angular-calculator
- Owner: shiv-source
- Created: 2023-07-20T11:06:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-20T17:47:09.000Z (over 1 year ago)
- Last Synced: 2023-07-20T18:38:25.495Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://shiv-source.github.io/angular-calculator/
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
## Prerequisites
```sh
Angular version = 15.2.0
Node version = 16.19.0
Npm version = 8.19.3
Yarn version = 1.22.19
```## Development server
```sh
yarn start
```Run `yarn start` or `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Verify the deployment by navigating to your server address in your preferred browser.
```sh
http://localhost:4200
```## Build
```sh
yarn build or ng build
```Run `yarn build` or `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## License
MIT