{"id":18852234,"url":"https://github.com/wisdomfusion/node-express-bootstrap-boilerplate","last_synced_at":"2026-04-11T01:42:53.863Z","repository":{"id":72456525,"uuid":"438209566","full_name":"wisdomfusion/node-express-bootstrap-boilerplate","owner":"wisdomfusion","description":"Node.js/Express.js MVC skeleton project, front end assets built with webpack 5, Bootstrap and jQuery.","archived":false,"fork":false,"pushed_at":"2023-03-13T02:24:23.000Z","size":1549,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-30T17:14:46.593Z","etag":null,"topics":["bootstrap","express","jquery","node","webpack"],"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/wisdomfusion.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":"2021-12-14T10:26:27.000Z","updated_at":"2022-07-10T21:12:51.000Z","dependencies_parsed_at":"2023-04-10T13:04:18.462Z","dependency_job_id":null,"html_url":"https://github.com/wisdomfusion/node-express-bootstrap-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fnode-express-bootstrap-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fnode-express-bootstrap-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fnode-express-bootstrap-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fnode-express-bootstrap-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisdomfusion","download_url":"https://codeload.github.com/wisdomfusion/node-express-bootstrap-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239789917,"owners_count":19697453,"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":["bootstrap","express","jquery","node","webpack"],"created_at":"2024-11-08T03:38:39.273Z","updated_at":"2026-02-04T04:30:17.380Z","avatar_url":"https://github.com/wisdomfusion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-express-bootstrap-boilerplate\n\nNode.js/Express.js MVC skeleton project, front end assets built with webpack 5, Bootstrap 4 and jQuery.\n\n## Installation\n\n## Bootstrap version\n\nCheckout to git branch `bs5` if you intend to use Bootstrap 5 in `app_assets` project.\n\n### app_server\n\n**Prepare dotenv file**\n\nCopy `.env.example` to new `.env` file.\n\n**Serving the application in development environment**\n\n```sh\nnpm i\nnpm i -g nodemon\nnodemon ./bin/www\n```\n\n**Debugging the application**\n\nWindows CMD\n\n```\nset DEBUG='*' \u0026\u0026 nodemon .\\bin\\www\n```\n\nWindows PowerShell\n\n```sh\n$env:DEBUG='*'; nodemon .\\bin\\www\n```\n\nmacOS / Linux\n\n```sh\nDEBUG='*'; nodemon .\\bin\\www\n```\n\n**Serving the application in production environment**\n\n```sh\nnpm i -g pm2\npm2 start ./bin/www\n```\n\n### app_assets\n\nWatching while developing\n\n```\ncd app_assets/\nnpm i\nnpm run watch\n```\n\nBuilding for development\n\n```\nnpm run dev\n```\n\nBuilding for staging\n\n```\ncd app_assets/\nnpm i\nnpm run stage\n```\n\nBuilding for production\n\n```\ncd app_assets/\nnpm i\nnpm run prod\n```\n\n## Dockerization\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisdomfusion%2Fnode-express-bootstrap-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisdomfusion%2Fnode-express-bootstrap-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisdomfusion%2Fnode-express-bootstrap-boilerplate/lists"}