{"id":17166438,"url":"https://github.com/pbeshai/protoweb","last_synced_at":"2025-10-20T10:23:04.772Z","repository":{"id":65476107,"uuid":"122425363","full_name":"pbeshai/protoweb","owner":"pbeshai","description":"Web prototype scaffolding and hot-reloading server","archived":false,"fork":false,"pushed_at":"2018-06-26T19:12:12.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T12:26:25.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pbeshai.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":"2018-02-22T03:19:59.000Z","updated_at":"2023-07-19T16:09:15.000Z","dependencies_parsed_at":"2023-01-25T06:15:22.144Z","dependency_job_id":null,"html_url":"https://github.com/pbeshai/protoweb","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbeshai%2Fprotoweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbeshai%2Fprotoweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbeshai%2Fprotoweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbeshai%2Fprotoweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pbeshai","download_url":"https://codeload.github.com/pbeshai/protoweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245320175,"owners_count":20596118,"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-14T23:05:41.884Z","updated_at":"2025-10-20T10:23:04.697Z","avatar_url":"https://github.com/pbeshai.png","language":"JavaScript","readme":"# Protoweb\n\nQuickly setup a web prototype and do development with hot-reloading. Transpilation with source maps via [Buble](https://buble.surge.sh/). SASS support. Uses bootstrap reset as a base. Includes D3. Includes eslint configuration and EditorConfig.\n\nInspired by [blockup](https://github.com/gabrielflorit/blockup) and [hot-server](https://github.com/1wheel/hot-server/).\n\n\n## Installation\n\n```\nyarn global add protoweb\n-- OR --\nnpm install -g protoweb\n```\n\n## Running\n\n```\nprotoweb\n```\n\nRun in an empty directory and it will create a new project from a template.\n\nRun in a non-empty directory and it will run a web server with hot reloading, JS transpilation and SCSS compilation.\n\n\n```\nUsage: protoweb \u003ccommand\u003e\n\nCommands:\n  protoweb new    scaffold and serve a new prototype (default if directory is\n                  empty)\n  protoweb serve  serve current prototype (default if directory is not empty)\n\nOptions:\n  --port       The port the web server uses             [number] [default: 3000]\n  --transpile  Enable javascript transpilation         [boolean] [default: true]\n  --hot        Enable javascript hot reloading         [boolean] [default: true]\n  --d3         Include d3 as an external script during creation\n                                                       [boolean] [default: true]\n  --sass       Enable sass compilation                 [boolean] [default: true]\n  -h, --help   Show help                                               [boolean]\n  --version    Show version number                                     [boolean]\n```\n\n### Sample Usage\n\n*In an empty directory...*\n\n**Create a project in current directory with defaults**\n\n```\nprotoweb\n```\n\n**Create a project without transpilation or Sass**\n\n```\nprotoweb --sass=false --transpile=false\n```\n\n*Create a project and have the initial run work without hot reloading*\n\n```\nprotoweb --hot=false\n```\n\n\n*After creating your initial prototype...*\n\n**Run web server without hot reloading and without tranpsilation**\n\n```\nprotoweb --hot=false --transpile=false\n```\n\n\n**Run web server on different port**\n\n```\nprotoweb --port=8080\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbeshai%2Fprotoweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpbeshai%2Fprotoweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbeshai%2Fprotoweb/lists"}