{"id":21614514,"url":"https://github.com/munaibh/hot-men","last_synced_at":"2026-04-06T21:32:23.868Z","repository":{"id":38202730,"uuid":"246913763","full_name":"munaibh/hot-men","owner":"munaibh","description":"An un-opinionated boilerplate. This package will provide a smooth experience for both the front and backend.","archived":false,"fork":false,"pushed_at":"2023-01-05T09:52:08.000Z","size":1000,"stargazers_count":0,"open_issues_count":19,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T13:30:40.829Z","etag":null,"topics":["actions","boilerplate","docker","express","heroku","hot-reload","mongodb","nodejs","webpack"],"latest_commit_sha":null,"homepage":"https://hot-men-prod.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/munaibh.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":"2020-03-12T19:21:03.000Z","updated_at":"2021-02-13T16:36:17.000Z","dependencies_parsed_at":"2023-02-03T23:45:55.386Z","dependency_job_id":null,"html_url":"https://github.com/munaibh/hot-men","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/munaibh/hot-men","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munaibh%2Fhot-men","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munaibh%2Fhot-men/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munaibh%2Fhot-men/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munaibh%2Fhot-men/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/munaibh","download_url":"https://codeload.github.com/munaibh/hot-men/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munaibh%2Fhot-men/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["actions","boilerplate","docker","express","heroku","hot-reload","mongodb","nodejs","webpack"],"created_at":"2024-11-24T22:08:14.720Z","updated_at":"2026-04-06T21:32:23.827Z","avatar_url":"https://github.com/munaibh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.dictionary.com/e/wp-content/uploads/2018/03/Upside-Down_Face_Emoji.png\" width=\"80\" alt=\"Logo\" /\u003e\n  \u003ch1 align=\"center\"\u003eHot MEN\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/release/munaibh/hot-men/all.svg\" alt=\"version\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues/munaibh/hot-men\" alt=\"issues\"\u003e\n  \u003cimg src=\"https://heroku-shields.herokuapp.com/hot-men-prod\" alt=\"heroku\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/munaibh/hot-men.svg\" alt=\"license\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eAn un-opinionated boilerplate. This package will provide a smooth experience for both the front and backend.\u003c/b\u003e\u003cbr\u003e\n  \u003csub\u003e(PRs for better names are welcome!)\u003c/sub\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## ❯ Getting started\n\nAll you need is this repository, so just clone it to generate your project boilerplate.\n\n```bash\n$ git clone git@github.com:whatever my-awesome-project\n$ cd my-awesome-project\n```\n\n## ❯ Usage\n\nThere are a couple of commands we want to keep an eye on when developing and building for production, these are listed below:\n\n### Development\n\n| Command           | Description |\n| ---------------- | --- |\n| `npm run serve`  | Starts up and a development server using webpack to watch the files. |\n| `npm run debug`  | This command does the same as the `serve` command, however, it launches the server with the node `inspect` feature. |\n| `npm run clean`  | This removes any extraneous files in the public directory along with removing the build directory. |\n\n\nℹ These development commands launch the client and server side code using Webpacks HMR. The views are automatically hard refreshed.\n\n\n### Production\n\n| Command           | Description |\n| ---------------- | --- |\n| `npm run start`  | Starts the application using the built files. |\n| `npm run build`  | Creates a production build of the client and server and outputs them in `public` and `build` respectively. |\n\nℹ The production build commands are required before the server can be launched.\n\n\n## ❯ But... Why?\n\nGoogle said there were better ways than Nodemon! So I went huntin', but alas, I didn't find a boilerplate to match my needs, so I made one. A couple of things we provide include:\n\n* Allows use of ES2018 and SASS.\n* Hot Module Reloading (Client and Server).\n* Refresh `views` on change.\n* Production hashing of assets.\n* Manifest generation in production.\n* Inject version and manifest into Service Worker.\n* Access manifest using `asset` function.\n\n\u003cbr\u003e\n\u003ch3 align=\"center\"\u003e\n  Enjoy! 🤙\n\u003c/h3\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunaibh%2Fhot-men","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmunaibh%2Fhot-men","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunaibh%2Fhot-men/lists"}