{"id":17651061,"url":"https://github.com/tilap/koa-boilerplate","last_synced_at":"2025-07-14T04:04:51.684Z","repository":{"id":82047475,"uuid":"45682173","full_name":"tilap/koa-boilerplate","owner":"tilap","description":"Basic NodeJS boilerplate based on Koa with quick usage tools","archived":false,"fork":false,"pushed_at":"2015-11-07T11:19:23.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T10:34:43.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/tilap.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}},"created_at":"2015-11-06T13:00:26.000Z","updated_at":"2015-11-06T13:03:02.000Z","dependencies_parsed_at":"2023-03-07T11:30:15.854Z","dependency_job_id":null,"html_url":"https://github.com/tilap/koa-boilerplate","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/tilap%2Fkoa-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilap%2Fkoa-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilap%2Fkoa-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilap%2Fkoa-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tilap","download_url":"https://codeload.github.com/tilap/koa-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246293838,"owners_count":20754330,"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-23T11:40:11.079Z","updated_at":"2025-03-30T08:27:24.183Z","avatar_url":"https://github.com/tilap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KOAJS Boilerplate\n\nSimple stack boilerplate to start new NodeJS project quickly. It is based on [Koa](http://koajs.com/), comes with gulp tasks for dev and Makefile for quick use.\n\nQuick usage:\n\n```\ncd myproject\ngit clone https://github.com/tilap/koa-boilerplate.git .\nmake init NAME=\"my-wonderfull-project\" VERSION=\"1.0.0\"\nmake install\nmake build\nmake watch\n```\n\n- Name and version are setup in package.json, bower.json and config-app.js\n- All dependancies are installed (node modules and front if any is added)\n- Build the dist src, assets, front stuff.\n- Start the server, available by default on http://localhost:3000/\n\nIf you work on front, you can use browsersync by launching ```make sync``` in another terminal while the first one is watching.\n\n## Stack\n\n- Serverside:\n  - KoaJS (koa, router, view render, sanitizeUri, x-response-time, request console logger)\n  - Gulp (clean, build, watch everything)\n  - ES6 (babel)\n  - EJS with layout\n- Frontend:\n  - Style (less, autoprefixer)\n  - JS (babel + browserify/uglify)\n  - Icons (fontello import/export)\n  - Assets (imagemin)\n- Dev tools:\n  - Browsersync\n  - Nodemon\n  - full Makefile\n\n## Configuration\n\nProject configuration (all main paths, compilation options, ...) are available in the `config.js` file. The application configuration is separated in another file, `config-app.js`.\n\n## Makefile entries\n\nSee Makefile.help or run ```make``` for more informations\n\n- help\n- init NAME=PROJECT_NAME VERSION=1.0.0\n- install\n- assets\n- build\n- serve\n- watch\n- sync\n- clean\n- fontopen\n- fontopenmac\n- fontsave\n\n## Authors\n\nSee [AUTHORS](AUTHORS).\n\n## LICENSE\n\n[MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilap%2Fkoa-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftilap%2Fkoa-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilap%2Fkoa-boilerplate/lists"}