{"id":22687316,"url":"https://github.com/dead-beef/node-make-starter","last_synced_at":"2025-07-07T02:03:17.196Z","repository":{"id":131250040,"uuid":"98365083","full_name":"dead-beef/node-make-starter","owner":"dead-beef","description":"Front-end starter kit based on NodeJS and Make","archived":false,"fork":false,"pushed_at":"2018-09-09T20:26:31.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T16:32:11.597Z","etag":null,"topics":["jasmine-tests","karma-tests","makefile","materializecss","nodejs","starter-project"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/dead-beef.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-07-26T01:26:44.000Z","updated_at":"2018-09-09T20:26:32.000Z","dependencies_parsed_at":"2023-07-01T07:46:20.298Z","dependency_job_id":null,"html_url":"https://github.com/dead-beef/node-make-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/dead-beef%2Fnode-make-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Fnode-make-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Fnode-make-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Fnode-make-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dead-beef","download_url":"https://codeload.github.com/dead-beef/node-make-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207491,"owners_count":20740723,"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":["jasmine-tests","karma-tests","makefile","materializecss","nodejs","starter-project"],"created_at":"2024-12-09T23:17:53.923Z","updated_at":"2025-03-29T15:43:00.238Z","avatar_url":"https://github.com/dead-beef.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Make Starter\n\n[![license](https://img.shields.io/github/license/dead-beef/node-make-starter.svg)](\n    https://github.com/dead-beef/node-make-starter/blob/master/LICENSE\n)\n\n## Overview\n\nFront-end starter kit based on NodeJS and Make.\n\n## Project structure\n\n* `./src` - application\n  * `./src/js` - scripts\n  * `./src/umd` - [UMD](https://github.com/umdjs/umd) scripts\n  * `./src/css` - stylesheets (scss files are compiled to application css bundle)\n    * `./src/css/main.scss` - main application stylesheet\n    * `./src/css/vendor.scss` - main vendor stylesheet\n    * `./src/css/_materialize.scss` - MaterializeCSS variables\n  * `./src/img` - images\n* `./build` - temporary build files\n* `./dist` - bundled application\n* `./tests` - unit tests\n* `./config` - configuration\n* `./make` - [makefiles](https://github.com/dead-beef/frontend-makediles)\n\n## Requirements\n\n- [`Node.js`](https://nodejs.org/)\n- [`NPM`](https://nodejs.org/)\n- [`GNU Make`](https://www.gnu.org/software/make/)\n- [`Git`](https://git-scm.com/)\n\n## Installation\n\n```\ngit clone --recursive https://github.com/dead-beef/node-make-starter.git\ncd node-make-starter\nmake\n```\n\n## Building\n\n```bash\n# single run\nmake\n# continuous\nmake watch\n# single run, minify\nmake min\n# continuous, minify\nmake min-watch\n# rebuild\nmake rebuild\n# rebuild, minify\nmake rebuild-min\n```\n\n## Testing\n\n```bash\n# unit, single run\nmake test\n# unit, continuous\nmake test-watch\n# test application bundle\nTEST_BUNDLE=1 make test\n# select browsers (default: Chromium)\nTEST_BROWSERS=\"Firefox Chrome\" make test\n```\n\n## Code Linting\n\n```\nmake lint\n```\n\n## Server\n\n```bash\n# start/restart\nmake start\n# set ip and port\nmake SERVER_IP=127.0.0.1 SERVER_PORT=1080 start\n# stop\nmake stop\n```\n\n## Licenses\n\n* [`node-make-starter`](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdead-beef%2Fnode-make-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdead-beef%2Fnode-make-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdead-beef%2Fnode-make-starter/lists"}