{"id":14976500,"url":"https://github.com/getspooky/create-express-app","last_synced_at":"2025-10-27T20:32:11.518Z","repository":{"id":42121423,"uuid":"252860423","full_name":"getspooky/create-express-app","owner":"getspooky","description":"Get Express js projects ready fast by running one command.","archived":false,"fork":false,"pushed_at":"2023-01-24T05:26:26.000Z","size":1400,"stargazers_count":45,"open_issues_count":8,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-30T08:56:47.306Z","etag":null,"topics":["boilerplate","cli","express","expressjs","generator","nodejs","offers","webpack","zero-configuration"],"latest_commit_sha":null,"homepage":"https://getspooky.github.io/create-express-app/","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/getspooky.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-03T22:57:29.000Z","updated_at":"2024-01-12T01:30:19.000Z","dependencies_parsed_at":"2023-02-04T12:16:40.846Z","dependency_job_id":null,"html_url":"https://github.com/getspooky/create-express-app","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getspooky%2Fcreate-express-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getspooky%2Fcreate-express-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getspooky%2Fcreate-express-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getspooky%2Fcreate-express-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getspooky","download_url":"https://codeload.github.com/getspooky/create-express-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238553317,"owners_count":19491406,"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":["boilerplate","cli","express","expressjs","generator","nodejs","offers","webpack","zero-configuration"],"created_at":"2024-09-24T13:53:59.185Z","updated_at":"2025-10-27T20:32:11.133Z","avatar_url":"https://github.com/getspooky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-express-app\n\n\u003csub\u003eCreated and maintained with ❤️ by \u003ca href=\"https://github.com/getspooky\"\u003egetspooky\u003c/a\u003e.\u003c/sub\u003e\n\n![npm](https://img.shields.io/npm/v/create-expressjs-app?style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/getspooky/create-express-app?style=for-the-badge)\n![npm](https://img.shields.io/npm/dw/create-expressjs-app?style=for-the-badge)\n\n\u003cimg src=\"docs/media/carbonTerminal.png\" /\u003e\n\nCreate Express App is a command-line interface tool that helps you to initialize, develop, and maintain your Expressjs applications.\nIt offers a modern build setup with no configuration. At the same time, it still offers the flexibility to tweak the config of each tool.\nCreate Express App works on macOS, Windows, and Linux.\u003cbr\u003e\n\n- If something doesn’t work, please file an [issue](https://github.com/getspooky/create-express-app/issues).\u003cbr\u003e\n\n# Quick Overview\n\nInstallation is done using the npm install command:\n\n```sh\nnpm install -g create-expressjs-app\n```\n\n```sh\ncreate-expressjs-app init my-project\ncd my-project\n```\n\nRuns the app in development mode.\nOpen http://localhost:4200 to view it in the browser.\n\n```sh\nnpm run start\n```\n\nInside my-project directory, it will generate the initial project structure and install the transitive dependencies:\n\n```\nmy-project\n├── README.md\n├── node_modules\n├── package.json\n├── .gitignore\n├── public\n│   ├── favicon.ico\n│   ├── index.html\n|   ├── logo64.png\n|   ├── logo128.png\n│   └── logo256.png\n└── src\n    ├── App.js\n    └── App.test.js\n```\n\n## Running Tests\n\nCreate Expressjs App uses Jest as its test runner\n\n```sh\nnpm run test\n```\n\n## Requirements\n\ncreate-expressjs-app has a few requirements you should be aware of before installing:\n\n- Node.js \u003e= 8.0.0\n- npm \u003e= 6.10.3\n\n## Contributing\n\nWe encourage you to contribute to create-expressjs-app! Please check out the [Contributing](/Contributing.md) to create-expressjs-app guide for guidelines about how to proceed.\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within create-expressjs-app, please send an e-mail to `Yasser Ameur El Idrissi` via getspookydev@gmail.com . All security vulnerabilities will be promptly addressed.\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## License\n\nPlease see [License File](LICENSE.md) for more information.\n\n\u003cp align=\"center\"\u003e\n \u003cimg src=\"docs/media/coding.jpeg\" width=\"200\" height=\"200\" /\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n   Happy Coding ❤️\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetspooky%2Fcreate-express-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetspooky%2Fcreate-express-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetspooky%2Fcreate-express-app/lists"}