{"id":13793403,"url":"https://github.com/okwolf/create-hyperapp","last_synced_at":"2025-05-12T20:30:58.548Z","repository":{"id":57210606,"uuid":"158037554","full_name":"okwolf/create-hyperapp","owner":"okwolf","description":"Create Hyperapps with no build configuration","archived":false,"fork":false,"pushed_at":"2020-10-31T04:22:34.000Z","size":21,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-29T09:48:44.105Z","etag":null,"topics":["create-react-app","hyperapp","zero-configuration"],"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/okwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-18T00:43:54.000Z","updated_at":"2024-07-12T12:53:00.000Z","dependencies_parsed_at":"2022-08-31T04:01:31.219Z","dependency_job_id":null,"html_url":"https://github.com/okwolf/create-hyperapp","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okwolf%2Fcreate-hyperapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okwolf%2Fcreate-hyperapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okwolf%2Fcreate-hyperapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okwolf%2Fcreate-hyperapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okwolf","download_url":"https://codeload.github.com/okwolf/create-hyperapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253384838,"owners_count":21899934,"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","hyperapp","zero-configuration"],"created_at":"2024-08-03T23:00:20.616Z","updated_at":"2025-05-12T20:30:58.187Z","avatar_url":"https://github.com/okwolf.png","language":"JavaScript","readme":"# Create Hyperapp\n\nCreate Hyperapps with no build configuration.\n\n- [Creating an App](#creating-an-app) – How to create a new app.\n\nCreate Hyperapp works on macOS, Windows, and Linux with Node.js \u003e= 8.\n\n## Quick Overview\n\n```sh\nnpx create-hyperapp my-app\ncd my-app\nnpm start\n```\n\nThen open [http://localhost:3000](http://localhost:3000) to see your app.\nWhen you’re ready to deploy to production, create a minified bundle with `npm run build`.\n\n## Creating an App\n\nTo create a new app, you may choose one of the following methods:\n\n### npx\n\n```sh\nnpx create-hyperapp my-app\n```\n\n([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher.)\n\n### npm\n\n```sh\nnpm init hyperapp my-app\n```\n\n_`npm init \u003cinitializer\u003e` is available in npm 6+_\n\n### Yarn\n\n```sh\nyarn create hyperapp my-app\n```\n\n_`yarn create` is available in Yarn 0.25+_\n\nIt will create a directory called `my-app` inside the current folder. Inside that directory, it will generate the initial project structure and install dependencies:\n\n```\nmy-app\n├── README.md\n├── node_modules\n├── package.json\n├── .gitignore\n├── public\n│   ├── favicon.png\n│   ├── index.html\n└── src\n    ├── App.css\n    ├── App.js\n    ├── App.test.js\n    ├── index.css\n    ├── index.js\n    ├── logo.svg\n```\n\nNo configuration or complicated folder structures, just the files you need to build your app. Once the installation is done, you can open your project folder:\n\n```sh\ncd my-app\n```\n\nInside the newly created project, you can run some built-in commands:\n\n### `npm start` or `yarn start`\n\nRuns the app in development mode.\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.\n\n### `npm test` or `yarn test`\n\nRuns the test watcher in an interactive mode. By default only tests related to files changed since the last commit are run.\n\n[Read more about testing.](https://facebook.github.io/create-react-app/docs/running-tests)\n\n### `npm run build` or `yarn build`\n\nBuilds the app for production to the `build` folder. It bundles in production mode and optimizes the build for the best performance. The build is minified and the filenames include unique hashes based on the contents. Your app is ready to be [deployed](https://facebook.github.io/create-react-app/docs/deployment).\n\n## License\n\nCreate Hyperapp is MIT licensed. See [LICENSE](LICENSE.md).","funding_links":[],"categories":["Starters"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokwolf%2Fcreate-hyperapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokwolf%2Fcreate-hyperapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokwolf%2Fcreate-hyperapp/lists"}