Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.