{"id":13604882,"url":"https://github.com/ChrisUser/vite-complete-react-app","last_synced_at":"2025-04-12T02:32:01.353Z","repository":{"id":229375462,"uuid":"776568780","full_name":"ChrisUser/vite-complete-react-app","owner":"ChrisUser","description":"Vite React template with: typescript, axios, sass, react-router, redux toolkit and much more already configured.","archived":false,"fork":false,"pushed_at":"2024-06-29T20:15:20.000Z","size":245,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-02T19:36:29.987Z","etag":null,"topics":["axios","moment","react","redux-toolkit","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/ChrisUser.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}},"created_at":"2024-03-23T21:35:56.000Z","updated_at":"2024-07-17T03:26:44.000Z","dependencies_parsed_at":"2024-03-30T00:43:59.598Z","dependency_job_id":"fb205eba-2de9-43b7-b7ac-ca9903816354","html_url":"https://github.com/ChrisUser/vite-complete-react-app","commit_stats":null,"previous_names":["chrisuser/vite-complete-react-app"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUser%2Fvite-complete-react-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUser%2Fvite-complete-react-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUser%2Fvite-complete-react-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUser%2Fvite-complete-react-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisUser","download_url":"https://codeload.github.com/ChrisUser/vite-complete-react-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223489687,"owners_count":17153804,"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":["axios","moment","react","redux-toolkit","typescript","vite"],"created_at":"2024-08-01T19:00:52.305Z","updated_at":"2024-11-07T09:31:09.882Z","avatar_url":"https://github.com/ChrisUser.png","language":"TypeScript","funding_links":[],"categories":["Get Started"],"sub_categories":["Templates"],"readme":"\u003ch1 align=\"center\"\u003eNew React App\u003c/h1\u003e\n\n# Usage\n\nTo clone and use this template type the following commands:\n\n```sh\nnpx degit chrisuser/vite-complete-react-app my-app\n```\n\n```sh\ncd my-app\n```\n\nThen, based on your package manager:\n\n## npm\n\n```sh\nnpm install\n```\n\n```sh\nnpm run dev\n```\n\n## yarn\n\n```sh\nyarn\n```\n\n```sh\nyarn dev\n```\n\n\u003cbr /\u003e\n\n\u003e [!TIP]\n\u003e Remember to update the project name inside the `package.json` file.\n\n\u003cbr /\u003e\n\n## ⚗️ Technologies list\n\n-   [TypeScript](https://www.typescriptlang.org/)\n-   [Sass](https://sass-lang.com/)\n-   [Redux Toolkit](https://redux-toolkit.js.org/)\n-   [Router](https://reactrouter.com/)\n-   [Axios](https://axios-http.com/)\n-   [Moment](https://momentjs.com/)\n-   [ESlint](https://eslint.org/) \u0026 [Prettier](https://prettier.io/)\n\n---\n\n\u003cbr /\u003e\n\n\u003e [!TIP]\n\u003e After cloning the repo you can delete all the previous text for a cleaner README.\n\n\u003cbr /\u003e\n\nThis is a blank README file that you can customize at your needs.\\\nDescribe your project, how it works and how to contribute to it.\n\n\u003cbr /\u003e\n\n# 🚀 Available Scripts\n\nIn the project directory, you can run:\n\n\u003cbr /\u003e\n\n## ⚡️ start\n\n```\nnpm start\n```\n\nor\n\n```\nyarn start\n```\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n\u003cbr /\u003e\n\n## 🧪 test\n\n```\nnpm test\n```\n\nor\n\n```\nyarn test\n```\n\nLaunches the test runner in the interactive watch mode.\n\n\u003cbr /\u003e\n\n## 🦾 build\n\n```\nnpm build\n```\n\nor\n\n```\nyarn build\n```\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\n\n\u003cbr /\u003e\n\n## 🧶 lint\n\n```\nnpm lint\n```\n\nor\n\n```\nyarn lint\n```\n\nCreates a `.eslintcache` file in which ESLint cache is stored. Running this command can dramatically improve ESLint's running time by ensuring that only changed files are linted.\n\n\u003cbr /\u003e\n\n## 🎯 format\n\n```\nnpm format\n```\n\nor\n\n```\nyarn format\n```\n\nChecks if your files are formatted. This command will output a human-friendly message and a list of unformatted files, if any.\n\n\u003cbr /\u003e\n\n# 🧬 Project structure\n\nThis is the structure of the files in the project:\n\n```sh\n    │\n    ├── public                  # public files (favicon, .htaccess, manifest, ...)\n    ├── src                     # source files\n    │   ├── __tests__           # all test files\n    │   ├── components\n    │   ├── pages\n    │   ├── resources           # images, constants and other static resources\n    │   ├── store               # Redux store\n    │   │   ├── actions         # store's actions\n    │   │   └── reducers        # store's reducers\n    │   ├── styles\n    │   ├── types               # data interfaces\n    │   ├── utility             # utilities functions and custom components\n    │   ├── App.tsx\n    │   ├── index.tsx\n    │   ├── RootComponent.tsx   # React component with all the routes\n    │   ├── serviceWorker.ts\n    │   ├── setupTests.ts\n    │   └── vite-env.d.ts\n    ├── .env\n    ├── .eslintignore\n    ├── .eslintrc.js\n    ├── .gitignore\n    ├── .prettierrc\n    ├── index.html\n    ├── jest.config.cjs\n    ├── package.json\n    ├── README.md\n    ├── tsconfig.json\n    └── vite.config.json\n```\n\n# 📖 Learn More\n\nYou can learn more in the [Vite documentation](https://vitejs.dev/guide/).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n#\n\n\u003cp align=\"center\"\u003eBootstrapped with Vite.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChrisUser%2Fvite-complete-react-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChrisUser%2Fvite-complete-react-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChrisUser%2Fvite-complete-react-app/lists"}