{"id":15494061,"url":"https://github.com/thomasthiebaud/creapp","last_synced_at":"2026-05-09T01:09:58.476Z","repository":{"id":57104320,"uuid":"417107642","full_name":"thomasthiebaud/creapp","owner":"thomasthiebaud","description":"Minimalist and flexible tool to set up modern web apps","archived":false,"fork":false,"pushed_at":"2021-10-15T09:40:11.000Z","size":407,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T11:30:57.325Z","etag":null,"topics":["create-react-app","react","web","webapp","webpack","webpack5"],"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/thomasthiebaud.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":"2021-10-14T11:43:39.000Z","updated_at":"2021-10-15T09:42:11.000Z","dependencies_parsed_at":"2022-08-20T17:10:53.059Z","dependency_job_id":null,"html_url":"https://github.com/thomasthiebaud/creapp","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthiebaud%2Fcreapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthiebaud%2Fcreapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthiebaud%2Fcreapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthiebaud%2Fcreapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasthiebaud","download_url":"https://codeload.github.com/thomasthiebaud/creapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068302,"owners_count":20718503,"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":["create-react-app","react","web","webapp","webpack","webpack5"],"created_at":"2024-10-02T08:10:57.922Z","updated_at":"2026-05-09T01:09:53.441Z","avatar_url":"https://github.com/thomasthiebaud.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CREAPP\n\nMinimalist and flexible tool to set up modern web apps. Inspired by [Create React App](https://create-react-app.dev/)\n\n## Philosophy\n\n- Use default configuration as much as possible\n- One dependency\n- Easy to extends\n\n## How to create an App?\n\n```\nnpx @creapp/cli init\n```\n\n## How to extend the configuration?\n\n`@creapp/config-react` just exports a normal webpack configuration. You can import it and tweak it at will\n\n```js\nconst getConfig = require(\"@creapp/config-react\");\nconst config = getConfig(/* You can force NODE_ENV here */);\n\n// Do something with the defaultConfig here\nconfig.xxx = abc;\n// For example to have less details when running start/build\nconfig.stats = \"minimal\";\n\nmodule.exports = config;\n```\n\nThe webpack configuration is detailed on [the docs](https://webpack.js.org/configuration/)\n\n## How to change the build/start scripts?\n\n`creapp build` and `creapp start` are tiny CLI helpers that use `webpack` and `webpack-dev-server` under the hood.\nYou can replace them by anything that understand a webpack configuration.\n\n**IMPORTANT** You need to set `process.env.NODE_ENV` to `production` before running a production build\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthiebaud%2Fcreapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasthiebaud%2Fcreapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthiebaud%2Fcreapp/lists"}