Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dills122/currency-exchange-rates-app
https://github.com/dills122/currency-exchange-rates-app
angular angular-universal crypto ssr
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dills122/currency-exchange-rates-app
- Owner: dills122
- License: mit
- Created: 2021-07-28T00:23:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T02:06:51.000Z (over 3 years ago)
- Last Synced: 2023-03-02T19:56:55.915Z (almost 2 years ago)
- Topics: angular, angular-universal, crypto, ssr
- Language: TypeScript
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular SSR Demo App; Currency Exchange Rates
## Development server
Run `npm run dev:ssr` to start the development server
## Creating new Components
Since this app has SSR it has multiple modules and requires a special command
```bash
ng generate component componentName --module=app.module
```## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.