{"id":26911267,"url":"https://github.com/create-node-app/website","last_synced_at":"2025-08-10T16:07:05.293Z","repository":{"id":285196798,"uuid":"957353936","full_name":"Create-Node-App/website","owner":"Create-Node-App","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-21T17:59:06.000Z","size":408,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T19:38:59.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://website-hazel-nine-68.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Create-Node-App.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2025-03-30T06:33:06.000Z","updated_at":"2025-07-21T17:59:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d61804d6-9656-4997-a540-5f5ef785a538","html_url":"https://github.com/Create-Node-App/website","commit_stats":null,"previous_names":["create-node-app/website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Create-Node-App/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Create-Node-App","download_url":"https://codeload.github.com/Create-Node-App/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fwebsite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269747943,"owners_count":24469103,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-04-01T14:37:21.057Z","updated_at":"2025-08-10T16:07:05.260Z","avatar_url":"https://github.com/Create-Node-App.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create Awesome Node App - Official Website\n\nThis is the official website for [Create Awesome Node App](https://www.npmjs.com/package/create-awesome-node-app), a tool that helps you quickly set up Node.js projects with best practices and modern tooling.\n\n\u003e [!TIP]\n\u003e This project was initialized with [create-awesome-node-app](https://www.npmjs.com/package/create-awesome-node-app). **DO NOT USE THIS TEMPLATE DIRECTLY!** Instead, create your own project using the command and following the interactive menu options. For more information, refer to the documentation!\n\n## Features\n\n- ⚡️ **Instant HMR (Hot Module Replacement)** - Leveraging Next.js for fast refreshes and updates during development.\n- ⚛ **React Integration** - Utilizes [React](https://reactjs.org/) for building the user interface.\n- 🦾 **TypeScript Support** - Ensures type safety with [TypeScript](https://www.typescriptlang.org/).\n\n## Extra Documentation\n\nDiscover more about the project structure, available scripts, and much more in the [docs](./docs) folder!\n\n## Pre-packed Development Tools\n\n- [TypeScript](https://www.typescriptlang.org/) - For type-safe code.\n- [eslint](https://eslint.org/) - A linter tool for identifying and reporting on patterns in JavaScript and JSX.\n- [prettier](https://prettier.io/) - An opinionated code formatter for clean and consistent code style.\n- [husky](https://www.npmjs.com/package/husky) - Simplifies the use of Git hooks in your project.\n- [lint-staged](https://www.npmjs.com/package/lint-staged) - Allows running linters on git staged files to catch errors before they're committed.\n\n## Quick Start\n\n```sh\nfnm use\npnpm install\npnpm run dev\n```\n\n## Development Workflow\n\nFor most development work, you'll primarily use `pnpm run dev`. However, you have additional scripts at your disposal for various tasks:\n\n| pnpm run \u003cscript\u003e  | Description                                                                                         |\n| ------------------ | --------------------------------------------------------------------------------------------------- |\n| `npm run dev`      | Starts the local development server for building and previewing your application.                   |\n| `npm run format`   | Formats the codebase using [Prettier](https://prettier.io/) to ensure consistent code styling.      |\n| `npm run lint`     | Runs linting on the codebase to identify and report on patterns with [eslint](https://eslint.org/). |\n| `npm run lint:fix` | Automatically fixes linting errors in the codebase where possible.                                  |\n\n## Production\n\nScripts for preparing and viewing the production version:\n\n| pnpm run \u003cscript\u003e | Description                                                                                  |\n| ----------------- | -------------------------------------------------------------------------------------------- |\n| `npm run start`   | Serves your application using the production setup, ensuring it's ready for deployment.      |\n| `npm run build`   | Compiles the application into the `dist/` directory, preparing it for production deployment. |\n\n## Contributing\n\nBug reports, feature requests, and pull requests are welcome on the [Create-Node-App/website](https://github.com/Create-Node-App/website) repository!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreate-node-app%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreate-node-app%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreate-node-app%2Fwebsite/lists"}