{"id":16782326,"url":"https://github.com/denniseffing/mts-frontend","last_synced_at":"2025-06-30T08:35:36.816Z","repository":{"id":80527530,"uuid":"140480545","full_name":"denniseffing/mts-frontend","owner":"denniseffing","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-25T12:57:37.000Z","size":5311,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T21:22:15.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denniseffing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-10T19:52:14.000Z","updated_at":"2018-09-25T12:57:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"923ad8be-c1d6-47a3-9f11-4f9224a2480b","html_url":"https://github.com/denniseffing/mts-frontend","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/denniseffing/mts-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniseffing%2Fmts-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniseffing%2Fmts-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniseffing%2Fmts-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniseffing%2Fmts-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denniseffing","download_url":"https://codeload.github.com/denniseffing/mts-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniseffing%2Fmts-frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262739693,"owners_count":23356761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T07:44:57.060Z","updated_at":"2025-06-30T08:35:36.772Z","avatar_url":"https://github.com/denniseffing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Thai Star restaurant\n\nThis project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.18.\n\n**UPDATE:** Angular CLI has been updated to 6.0.1 version.\n\n## Install or update the project\n\nIn order to update Angular CLI globally follow the nest steps:\n\n```\n$ npm uninstall -g angular-cli @angular/cli\n$ npm cache clean\n$ npm install -g @angular/cli\n```\n\nIf you have a previous version of this project you must update the node modules:\n\nWindows:\n\n```bash\n$ rmdir /s node_modules\n$ rmdir /s dist\n$ npm install\n```\n\nLinux or macOS:\n\n```bash\n$ rm -rf node_modules dist\n$ npm install\n```\n\nTo test the application as a **PWA** you will need a small http server:\n\n```bash\n$ npm i -g http-server\n```\n\n## Yarn\n\nProject tested with the latest [Yarn](https://yarnpkg.com/lang/en/) version. Instead of using `npm` you can do the following:\n\n```bash\n$ rm -rf node_modules dist\n$ yarn\n```\n\nIf you have a previous version of this project run the following command:\n\n```bash\n$ yarn upgrade\n```\n\n## Run the project\n\nThere are the following alternatives in order to run My Thai Star Angular client with the different server technologies and environments:\n\n```bash\n$ npm run serve                     # OASP4J server\n$ npm run serve:aot                 # AOT compilation with OASP4J server\n$ npm run serve:pwa                 # Build and run the app as PWA\n$ npm run serve:prod                # Production server\n$ npm run serve:prod:aot            # AOT compilation with production server\n$ npm run serve:prodcompose         # Production server with Docker compose\n$ npm run serve:prodcompose:aot     # AOT compilation with production server with Docker compose\n$ npm run serve:node                # Node.js or local Serverless server\n$ npm run serve:node:aot            # AOT compilation with Node.js or local Serverless server\n```\n\nIf you want to use `yarn`, use it instead of `npm run` in the above commands.\n\n## Build\n\nRun `npm run build` or `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n* Use the `:prod` flag for a production build with AOT compilation or `:prodcompose` for a production build for the production server and Docker compose environment.\n* Use the `:pwa` flag to build the application as a PWA.\n\nCheck the different build alternatives in the `package.json` file alongside the serve scripts.\n\n## Running unit tests\n\nRun `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io). Use the `:ci` flag to run tests in headless mode for CI environments.\n\n## Compodoc documentation\n\n1.  Please, install globally [Compodoc](https://compodoc.github.io/website/) by `npm i -g @compodoc/compodoc`.\n2.  Run the script `yarn compodoc` or `npm run compodoc`.\n3.  Then open the generated documentation served at http://127.0.0.1:8080/.\n\n**NOTE:** Compodoc has not been installed locally in the project, since we have detected some issues that recommends for the moment to use the global installation. In future versions `@compodoc/compodoc` development dependency will be included in the project.\n\n## Further help\n\nTo get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenniseffing%2Fmts-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenniseffing%2Fmts-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenniseffing%2Fmts-frontend/lists"}