{"id":21695936,"url":"https://github.com/unmyke/gulp-task-boilerplate","last_synced_at":"2026-04-18T14:32:54.424Z","repository":{"id":39554719,"uuid":"176232047","full_name":"unmyke/gulp-task-boilerplate","owner":"unmyke","description":"Boilerplate gulp tasks ","archived":false,"fork":false,"pushed_at":"2022-12-10T16:58:17.000Z","size":4521,"stargazers_count":0,"open_issues_count":27,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T14:49:24.962Z","etag":null,"topics":["babel","boilerplate","gulp","hot-reload","javascript","nodemon","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/unmyke.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}},"created_at":"2019-03-18T07:59:16.000Z","updated_at":"2020-01-18T11:51:24.000Z","dependencies_parsed_at":"2022-08-25T22:00:31.452Z","dependency_job_id":null,"html_url":"https://github.com/unmyke/gulp-task-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unmyke/gulp-task-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmyke%2Fgulp-task-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmyke%2Fgulp-task-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmyke%2Fgulp-task-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmyke%2Fgulp-task-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unmyke","download_url":"https://codeload.github.com/unmyke/gulp-task-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unmyke%2Fgulp-task-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31972348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["babel","boilerplate","gulp","hot-reload","javascript","nodemon","webpack"],"created_at":"2024-11-25T19:17:34.898Z","updated_at":"2026-04-18T14:32:54.407Z","avatar_url":"https://github.com/unmyke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp boilerplate tasks\n\nProvide project tasks to simplify fullstack development process. Your source directory must contain `client`, `server` and `common` directories. Boilerplate use webpack to create client and server builds.\n\n## Installation\n\nClone this repository and copy `gulpfile.js` and `config` directories into your project.\n\nList of directories:\n`src` - example of source files;\n`gulpfile.js` - Gulp tasks, contains `constants` directory to setup tasks;\n`config` - JSON-config files for application.\n\n## Available Gulp tasks:\n\n### Run application\n\n- ```shell\n    yarn run start\n  ```\n\n  Create client bundle and start server in production mode.\n\n* ```shell\n  yarn run devServer\n  ```\n\n  Start server in dev mode via [Nodemon](https://nodemon.io/).\n\n- ```shell\n  yarn run devClient\n  ```\n\n  Start [Webpack Dev Server](https://webpack.js.org/configuration/dev-server/) and [React Hot Loader](http://gaearon.github.io/react-hot-loader/).\n\n- ```shell\n  yarn run dev\n  ```\n\n  Run `devServer` and `devClient` in parallel mode.\n\n- ```shell\n  yarn run devTest\n  ```\n\n  Run tests.\n\n- ```shell\n  yarn run devConsole\n  ```\n\n  Run REPL on server.\n\n#### Clean build directories\n\n- ```shell\n  yarn run clean\n  ```\n\n  Clean all build directories\n\n- ```shell\n  yarn run cleanServer\n  yarn run cleanCommon\n  yarn run cleanClient\n  ```\n\n  Clean specific build directories\n\n#### Transpile\n\nTranspile server, common or both using [Babel](https://babeljs.io/).\n\n```shell\n# production mode\nyarn run transpileServer\nyarn run transpileCommon\nyarn run transpile\n\n# development mode\nyarn run transpileDevServer\nyarn run transpileDevCommon\nyarn run transpileDev\n```\n\n#### Bundle\n\nBundle server, client or both using [Webpack](https://webpack.js.org).\n\n```shell\n# production mode.\nyarn run bundleDevServer\nyarn run bundleClient\nyarn run bundle\n\n# development mode.\nyarn run bundleServer\nyarn run bundleDevClient\nyarn run bundleDev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funmyke%2Fgulp-task-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funmyke%2Fgulp-task-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funmyke%2Fgulp-task-boilerplate/lists"}