{"id":14981901,"url":"https://github.com/tobymurray/express-typescript-babel","last_synced_at":"2026-03-12T14:09:44.539Z","repository":{"id":78725188,"uuid":"82440261","full_name":"tobymurray/express-typescript-babel","owner":"tobymurray","description":"Seed Express application with TypeScript and Babel","archived":false,"fork":false,"pushed_at":"2017-11-28T21:54:28.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T22:13:04.449Z","etag":null,"topics":["babel","babeljs","es2015","es6","express","express-js","expressjs","node","nodejs","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobymurray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-19T06:30:28.000Z","updated_at":"2018-11-15T02:47:02.000Z","dependencies_parsed_at":"2023-04-12T22:39:54.875Z","dependency_job_id":null,"html_url":"https://github.com/tobymurray/express-typescript-babel","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"27c3ff7f3f4efe1857e336d980476ea5029cf13e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobymurray%2Fexpress-typescript-babel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobymurray%2Fexpress-typescript-babel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobymurray%2Fexpress-typescript-babel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobymurray%2Fexpress-typescript-babel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobymurray","download_url":"https://codeload.github.com/tobymurray/express-typescript-babel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242198276,"owners_count":20087993,"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":["babel","babeljs","es2015","es6","express","express-js","expressjs","node","nodejs","typescript"],"created_at":"2024-09-24T14:04:27.537Z","updated_at":"2026-03-12T14:09:39.463Z","avatar_url":"https://github.com/tobymurray.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/tobymurray/express-typescript-babel.svg?branch=master)](https://travis-ci.org/tobymurray/express-typescript-babel)\n\n# ExpressJS, TypeScript 2 and Babel\nExpressJS is one of the go-to technologies for Node JS servers. If you're looking for something to support an Angular client, it's a great choice. Unfortunately the associated generator project produces vanilla JavaScript, and coming from the TypeScript world of Angular, who wants vanilla ES5-ish JavaScript?\n\n## Build\n\nStart with `yarn run build`\n\n```\n$ yarn run build\nyarn run v0.20.3\n$ yarn run clean \u0026\u0026 yarn run tsc \u0026\u0026 yarn run babel \u0026\u0026 yarn run copy-files \nyarn run v0.20.3\n$ rm -rf build \u0026\u0026 rm -rf dist \nDone in 0.31s.\nyarn run v0.20.3\n$ node ./node_modules/.bin/tsc \nDone in 1.74s.\nyarn run v0.20.3\n$ node ./node_modules/.bin/babel --presets es2015 build --out-dir dist --source-maps \nbuild/app.js -\u003e dist/app.js\nbuild/bin/www.js -\u003e dist/bin/www.js\nbuild/models/http_error.js -\u003e dist/models/http_error.js\nbuild/routes/index.js -\u003e dist/routes/index.js\nbuild/routes/users.js -\u003e dist/routes/users.js\nDone in 0.80s.\nyarn run v0.20.3\n$ cp package.json dist/ \u0026\u0026 cp -r public dist/ \u0026\u0026 cp -r node_modules dist/ \nDone in 0.28s.\nDone in 4.11s.\n```\n\n## Run\n\nRun with `cd dist \u0026\u0026 yarn run start`\n\n```\n$ cd dist \u0026\u0026 yarn run start\nyarn run v0.20.3\n$ node ./bin/www \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobymurray%2Fexpress-typescript-babel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobymurray%2Fexpress-typescript-babel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobymurray%2Fexpress-typescript-babel/lists"}