https://github.com/andchir/api2app-frontend
Service for quickly creating a graphical interface for an API. The created application can be made available to everyone or used via a private link.
https://github.com/andchir/api2app-frontend
Last synced: 5 months ago
JSON representation
Service for quickly creating a graphical interface for an API. The created application can be made available to everyone or used via a private link.
- Host: GitHub
- URL: https://github.com/andchir/api2app-frontend
- Owner: andchir
- License: mit
- Created: 2023-10-12T09:07:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T23:38:14.000Z (over 1 year ago)
- Last Synced: 2024-04-07T22:35:24.879Z (over 1 year ago)
- Language: HTML
- Homepage: https://api2app.ru
- Size: 1.25 MB
- Stars: 46
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api2app-frontend
Service for quickly creating a graphical interface for an API. The created application can be made available to everyone or used via a private link.


Run in development mode:
~~~
npm start
~~~Build for production:
~~~
./node_modules/.bin/ng build api2app-frontend --configuration=production
./node_modules/.bin/ng build miniapp --configuration=production
~~~https://angular.io/guide/i18n-common-deploy
Extract localization:
~~~
npm run extract-i18n
~~~~~~
npx tailwindcss -i ./src/styles.css -o public/assets/css/styles.css
~~~