{"id":16678809,"url":"https://github.com/fdaciuk/boilerplate-vite-react","last_synced_at":"2025-03-17T00:32:30.669Z","repository":{"id":38016543,"uuid":"449660612","full_name":"fdaciuk/boilerplate-vite-react","owner":"fdaciuk","description":"Create a new project with React.js, TypeScript and jest with Vite","archived":false,"fork":false,"pushed_at":"2023-07-29T01:20:11.000Z","size":242,"stargazers_count":103,"open_issues_count":3,"forks_count":39,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-13T13:31:39.396Z","etag":null,"topics":["eslint","husky","react","reactjs","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/fdaciuk.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}},"created_at":"2022-01-19T11:17:56.000Z","updated_at":"2024-09-27T15:16:02.000Z","dependencies_parsed_at":"2023-01-17T17:49:39.423Z","dependency_job_id":null,"html_url":"https://github.com/fdaciuk/boilerplate-vite-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdaciuk%2Fboilerplate-vite-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdaciuk%2Fboilerplate-vite-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdaciuk%2Fboilerplate-vite-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdaciuk%2Fboilerplate-vite-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdaciuk","download_url":"https://codeload.github.com/fdaciuk/boilerplate-vite-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221669350,"owners_count":16860855,"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":["eslint","husky","react","reactjs","typescript","vite"],"created_at":"2024-10-12T13:31:32.324Z","updated_at":"2024-10-27T11:35:28.819Z","avatar_url":"https://github.com/fdaciuk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBoilerplate React.js + TypeScript + Vite 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-0.0.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"#\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/fdaciuk\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: fdaciuk\" src=\"https://img.shields.io/twitter/follow/fdaciuk.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003e Boilerplate to create React.js apps with Vite\n\n## Which techs this boilerplate have in it?\n\nThis boilerplate is ready to be used by devs who want to start a new project using React.js, TypeScript and Jest with Vite.\n\n## Main configurations\n\n- React.js 18+ with TypeScript;\n  - You can import \"svgs\" with `import { ReactComponent as MyIcon } from './icon-path.svg'`;\n  - You can import any other media (images, videos, etc) that is located inside `src` directory;\n  - You can use absolute imports, using `@` as `src` directory;\n- Eslint:\n  - [Standard](https://standardjs.com/) with some modifications;\n  - React Hooks and other React configurations with [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app) (same used in Create React App);\n- Automatic lint and type-checking with Husky before every commit.\n\n## Usage\n\nInstall the dependencies:\n\n```sh\nyarn install\n```\n\nRun dev server:\n\n```sh\nyarn dev\n```\n\nYou can run type-checking in watch mode in another terminal, if you may:\n\n```sh\nyarn type-check --watch\n```\n\n## Run tests\n\n```sh\nyarn test\n```\n\n## Production version\n\nTo generate the production version, you can run:\n\n```sh\nyarn build\n```\n\nAll files you have to deploy will be located at the `dist` directory.\n\n### Run production version locally\n\nTo check if everything will be ok in production before the deployment, you can run this command after `yarn build`:\n\n```sh\nyarn preview\n```\n\n## Author\n\n👤 **Fernando Daciuk**\n\n* Website: https://daciuk.dev\n* Twitter: [@fdaciuk](https://twitter.com/fdaciuk)\n* Github: [@fdaciuk](https://github.com/fdaciuk)\n* LinkedIn: [@fdaciuk](https://linkedin.com/in/fdaciuk)\n* Instagram : [@fdaciuk](https://instagram.com/fdaciuk)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/fdaciuk/boilerplate-vite-react/issues). \n\n## ✨ Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/fdaciuk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/487669?v=4?s=100\" width=\"100px;\" alt=\"Fernando Daciuk\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFernando Daciuk\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fdaciuk/boilerplate-vite-react/commits?author=fdaciuk\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fdaciuk/boilerplate-vite-react/commits?author=fdaciuk\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/gabepinheiro\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/45916330?v=4?s=100\" width=\"100px;\" alt=\"Gabriel Pinheiro\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGabriel Pinheiro\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fdaciuk/boilerplate-vite-react/commits?author=gabepinheiro\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://newcapital.in@gmail.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/81476236?v=4?s=100\" width=\"100px;\" alt=\"NewCapital.in\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNewCapital.in\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fdaciuk/boilerplate-vite-react/commits?author=SallesCosta\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://vinibispo.com.br\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/48097622?v=4?s=100\" width=\"100px;\" alt=\"Vinícius Bispo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVinícius Bispo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fdaciuk/boilerplate-vite-react/commits?author=vinibispo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdaciuk%2Fboilerplate-vite-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdaciuk%2Fboilerplate-vite-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdaciuk%2Fboilerplate-vite-react/lists"}