{"id":19466056,"url":"https://github.com/wzr1337/node.koa.webpack.starter","last_synced_at":"2026-04-11T12:47:09.181Z","repository":{"id":67931661,"uuid":"117263586","full_name":"wzr1337/node.koa.webpack.starter","owner":"wzr1337","description":"A starter project for folks who want to use koa with webpack and typescript","archived":false,"fork":false,"pushed_at":"2018-01-18T08:57:12.000Z","size":52,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T03:55:52.674Z","etag":null,"topics":["backend","javascript","koa2","nodejs","typescript","webpack"],"latest_commit_sha":null,"homepage":"http://muckibu.de/webpack-nodejs-express-fueled-typescript/","language":"JavaScript","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/wzr1337.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-01-12T16:28:44.000Z","updated_at":"2024-04-24T02:43:53.000Z","dependencies_parsed_at":"2023-05-28T17:15:16.933Z","dependency_job_id":null,"html_url":"https://github.com/wzr1337/node.koa.webpack.starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzr1337%2Fnode.koa.webpack.starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzr1337%2Fnode.koa.webpack.starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzr1337%2Fnode.koa.webpack.starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzr1337%2Fnode.koa.webpack.starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzr1337","download_url":"https://codeload.github.com/wzr1337/node.koa.webpack.starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240679610,"owners_count":19840094,"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":["backend","javascript","koa2","nodejs","typescript","webpack"],"created_at":"2024-11-10T18:25:15.122Z","updated_at":"2026-04-11T12:47:04.140Z","avatar_url":"https://github.com/wzr1337.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack Starter Project integrated with koa\n\nIf you are looking for an express based starter project, you might want to check [https://github.com/wzr1337/node.express.webpack.starter].\n\nPlease find a detailled explaination of why I chose to use which component and all the tweaks I had to do on my blog:\n\n[http://hack.Muckibu.de](http://muckibu.de/?p=355\u0026preview=true)\n\n\n## Components\n\n### Node JS\nNode.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js is mainly used for backend and build chain tasks. For more information, visit (https://nodejs.org/en/)\n\n### KoaJS\nKoa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. Through leveraging generators Koa allows you to ditch callbacks and greatly increase error-handling. Koa does not bundle any middleware within core, and provides an elegant suite of methods that make writing servers fast and enjoyable. Find more info on (http://koajs.com/).\n\n### WebPack\nWebpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. \nIn this project, we use webpack to transpile and bundle the NodeJS code written in typescript.\nFor more detailed information, look here : (https://webpack.js.org/)\n\n### Typescript\nTypeScript is a free and open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language. (from [Wikipedia](https://www.google.de/url?sa=t\u0026rct=j\u0026q=\u0026esrc=s\u0026source=web\u0026cd=22\u0026cad=rja\u0026uact=8\u0026ved=0ahUKEwjQ4LKl2rfYAhUF1hQKHanCDWAQmhMIvwEwFQ\u0026url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FTypeScript\u0026usg=AOvVaw0POHuGGBSA531WKDolJ7xx))\nFor more detailed information, look here : (https://www.typescriptlang.org/)\n\n## Development\n\n### build\nIn order, to build the software (once per call), use\n\n```bash\n$ npm run build\n```\n\nThe webpack packager will do the work for you and you will find `dist/index.js` afterwards.\n\n### run\n```bash\n$ node dist/index.js\n```\n\nwill run the software for you\n\n### (live) reload / watch\n\nTo watch the source files, build on demand and run software,\n\n```bash \n$ npm run watch\n```\n\nis made available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzr1337%2Fnode.koa.webpack.starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzr1337%2Fnode.koa.webpack.starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzr1337%2Fnode.koa.webpack.starter/lists"}