{"id":23856501,"url":"https://github.com/html5-ninja/react-web-app","last_synced_at":"2026-04-10T12:33:25.836Z","repository":{"id":270615176,"uuid":"910918599","full_name":"html5-ninja/react-web-app","owner":"html5-ninja","description":"React , Tailwindcss, Storybook boilerplate with Vite","archived":false,"fork":false,"pushed_at":"2026-03-22T20:33:31.000Z","size":60,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-23T12:24:00.080Z","etag":null,"topics":["boilerplate","eslint","husky","prettier","react","reactjs","storybook","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"","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/html5-ninja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2025-01-01T19:33:59.000Z","updated_at":"2026-03-22T20:33:34.000Z","dependencies_parsed_at":"2025-01-01T21:17:32.157Z","dependency_job_id":"17935981-64bf-44ac-8503-5a3b9c693676","html_url":"https://github.com/html5-ninja/react-web-app","commit_stats":null,"previous_names":["html5-ninja/react-web-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/html5-ninja/react-web-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html5-ninja%2Freact-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html5-ninja%2Freact-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html5-ninja%2Freact-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html5-ninja%2Freact-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/html5-ninja","download_url":"https://codeload.github.com/html5-ninja/react-web-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html5-ninja%2Freact-web-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["boilerplate","eslint","husky","prettier","react","reactjs","storybook","tailwindcss","typescript","vite"],"created_at":"2025-01-03T01:41:24.563Z","updated_at":"2026-04-10T12:33:25.800Z","avatar_url":"https://github.com/html5-ninja.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web App\n\nThis is a React boilerplate project configured with Vite, TypeScript, ESLint, Prettier, Storybook, and TailwindCSS.\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- Node.js (\u003e= 14.x)\n- npm (\u003e= 6.x) or yarn (\u003e= 1.x)\n\n### Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/html5-ninja/react-web-app\n   cd react-web-app\n   ```\n\n2. Install dependencies:\n   ```sh\n   npm install\n   # or\n   yarn install\n   ```\n\n### Scripts\n\n- **Start development server:**\n\n  ```sh\n  npm run dev\n  # or\n  yarn dev\n  ```\n\n- **Build for production:**\n\n  ```sh\n  npm run build\n  # or\n  yarn build\n  ```\n\n- **Lint the code:**\n\n  ```sh\n  npm run lint\n  # or\n  yarn lint\n  ```\n\n- **Format the code:**\n\n  ```sh\n  npm run format\n  # or\n  yarn format\n  ```\n\n- **Run Storybook:**\n\n  ```sh\n  npm run storybook\n  # or\n  yarn storybook\n  ```\n\n- **Build Storybook:**\n  ```sh\n  npm run build-storybook\n  # or\n  yarn build-storybook\n  ```\n\n### Project Structure\n\n- `src/`: Source code for the application.\n- `public/`: Public assets.\n- `.eslintrc.js`: ESLint configuration.\n- `prettier.config.js`: Prettier configuration.\n- `tsconfig.json`: TypeScript configuration.\n- `.storybook/`: Storybook configuration.\n\n### Dependencies\n\n- **React**: A JavaScript library for building user interfaces.\n- **Vite**: A fast build tool for modern web projects.\n- **TypeScript**: A typed superset of JavaScript.\n- **ESLint**: A tool for identifying and fixing problems in JavaScript code.\n- **Prettier**: An opinionated code formatter.\n- **Storybook**: A tool for developing UI components in isolation.\n- **TailwindCSS**: A utility-first CSS framework.\n\n### DevDependencies\n\n- Various plugins and tools for ESLint, Storybook, and TypeScript.\n\n### Configuration\n\n- **ESLint**: Configured to use the recommended settings for Storybook.\n- **Prettier**: Configured to format all files in the project.\n- **TypeScript**: Configured to work with React and Vite.\n\n## Contributing\n\nFeel free to submit issues and pull requests.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtml5-ninja%2Freact-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtml5-ninja%2Freact-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtml5-ninja%2Freact-web-app/lists"}