Deploy Angular+10 apps “Dashboard Template” to SAP Cloud Platform
1. git clone https://github.com/akveo/ngx-admin.git
2. cd ngx-admin
3. sudo npm install
4. sudo npm run build
5. Create file manifest.yml
---
applications:
name: ngx-admin
path: dist/
random-route: true
buildpack: staticfile_buildpack
memory: 512M
6. cf push
*note:
Google Maps need API key, please provide your API key in folder dist; file index.html :
src="https://maps.googleapis.com/maps/api/..."