{"id":24767141,"url":"https://github.com/tsmean/experimental","last_synced_at":"2026-04-02T03:08:14.345Z","repository":{"id":90087726,"uuid":"106082756","full_name":"tsmean/experimental","owner":"tsmean","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-01T18:53:24.000Z","size":1047,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-03T14:32:36.857Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsmean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-10-07T08:31:30.000Z","updated_at":"2018-12-28T04:15:12.000Z","dependencies_parsed_at":"2023-03-11T05:01:20.111Z","dependency_job_id":null,"html_url":"https://github.com/tsmean/experimental","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsmean/experimental","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Fexperimental","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Fexperimental/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Fexperimental/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Fexperimental/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsmean","download_url":"https://codeload.github.com/tsmean/experimental/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Fexperimental/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-01-29T00:52:21.069Z","updated_at":"2026-04-02T03:08:14.315Z","avatar_url":"https://github.com/tsmean.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Disclaimer\n\n**Note that this project is still in furious development (currently it's pre-alpha) and only a glimpse of it’s full potential is publicly visible today. To get notified when the next major public release is ready, [sign up to the mailing list for releases](http://eepurl.com/cXa2aP). To apply for alpha testing, visit [www.tsmean.com/alpha](http://www.tsmean.com/alpha?utm_source=github\u0026utm_medium=banner\u0026utm_campaign=alpha_testing). To read more about the project, visit [www.tsmean.com](http://www.tsmean.com/?utm_source=github\u0026utm_medium=banner\u0026utm_campaign=project_info).**\n\n\n\u003chr\u003e\n\n![tsmean logo](https://s3.eu-central-1.amazonaws.com/bersling/images/tsmean-logo.png)\n\n# Pre-Alpha Release\n\nThis is a **starter kit** for webapps **completely written in TypeScript**.\n\nThe starter kit is using the following technologies:\n\n- **M**ongoDB or alternatively **M**ySQL\n- **E**xpressJS\n- **A**ngular4\n- **N**odeJs\n\n... and that's why it's called tsmean! All of those are modern\ntechnologies (as of mid 2017) and well suited for development\nwith TypeScript. You get to use TypeScript now\non the client **and** the server! This leads to efficiency\nthrough consistency. Read more about that here: www.tsmean.com.\n\n\n# Installation\n\n## Prerequisits ##\n\n- node (v6 or v8) \u0026 npm (v3 or v5)\n- git\n- ts-node (`npm install -g ts-node`)\n- angular-cli (see https://github.com/angular/angular-cli)\n\n\n## Install ##\nIf the prerequisits are met, run:\n\n```\ngit clone https://github.com/tsmean/tsmean your-project-name\ncd your-project-name\nnpm install\n```\n\n# Backend\n\nFirst `cd backend`, then:\n\n- to spin up a REST-API server `npm start`. Check it out at http://localhost:4242\n- To run the tests `npm test`\n\n# Frontend\nFirst `cd frontend`, then:\n\n- to start the app `cd main` and run `ng serve`. Check it out on http://localhost:4200\n- you can develop all modules independently. For example, `cd user` and run `ng serve`.\nThis launches a minimal app only displaying the user module (i.e. without login etc).\nYou can test all modules using `ng test`.\n\n# Development\n\nThe starter kit is highly modular. Every module has its own git repository\nand its own npm package. You can develop all modules independently,\nfor example you could just download the router repository and work on the that one.\n\nThis repository here combines all repositories through git submodules.\nThis has the benefit of an \"all in one place experience\" and you get a\ngood overview over the code involved in this project. Note that all submodules are checked out on a **detached head**, so if you change something, commit, and switch branch to master it will be lost!\nIn case you use an IDE, I recommend opening just one feature module per editor-window\n(as opposed to just opening the entire tsmean project).\nIDEs typically can handle this much better,\nfor example IntelliJ can resolve TypeScript imports much faster and is less laggy\nin general when only part of the project is opened.\n\nI actually like this workflow a lot. Open a feature module, implement changes on feature\nand tests, publish to npm, pull in other parts of the projects.\n\n# Live Demo\nhttps://fir-tsmean.firebaseapp.com/\n\n[![screenshot](https://s3.eu-central-1.amazonaws.com/bersling/images/animals3.gif)](https://fir-tsmean.firebaseapp.com/)\n\n\n\n# Homepage\nhttp://www.tsmean.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsmean%2Fexperimental","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsmean%2Fexperimental","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsmean%2Fexperimental/lists"}