{"id":25655490,"url":"https://github.com/devnadeemashraf/reactboilerplate","last_synced_at":"2025-04-19T02:52:55.796Z","repository":{"id":222037274,"uuid":"680103693","full_name":"devnadeemashraf/ReactBoilerplate","owner":"devnadeemashraf","description":"React boilerplate code with everything all set. Typescript + TailwindCSS + Recoil + React Router + Shadcn/ui","archived":false,"fork":false,"pushed_at":"2024-02-11T22:25:59.000Z","size":51,"stargazers_count":13,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T06:43:02.569Z","etag":null,"topics":["boilerplate-template","react-router","reactjs","recoil","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://react-ts-boilerplate.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/devnadeemashraf.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":"2023-08-18T10:53:36.000Z","updated_at":"2024-12-22T17:21:00.000Z","dependencies_parsed_at":"2024-02-11T23:25:16.929Z","dependency_job_id":null,"html_url":"https://github.com/devnadeemashraf/ReactBoilerplate","commit_stats":null,"previous_names":["devnadeemashraf/reactboilerplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FReactBoilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FReactBoilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FReactBoilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FReactBoilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devnadeemashraf","download_url":"https://codeload.github.com/devnadeemashraf/ReactBoilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249596889,"owners_count":21297458,"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":["boilerplate-template","react-router","reactjs","recoil","shadcn-ui","tailwindcss","typescript"],"created_at":"2025-02-23T21:30:06.999Z","updated_at":"2025-04-19T02:52:55.771Z","avatar_url":"https://github.com/devnadeemashraf.png","language":"TypeScript","readme":"# React + TailwindCSS + shadnc/ui Boilerplate\n\nThis is a boilerplate code that is all set to be used, routing powered by React Router.\n\n- [shadcn/ui](https://ui.shadcn.com/docs) docs to use for future reference.\n- [tailwind css](https://tailwindcss.com/docs/installation) docs to use for future reference.\n  \n## How to use\n\n- Download the zip by clicking on the green `Code` button and then clicking Download.\n- Extract the downloaded files in your desired location.\n- Open Command Prompt in that folder or you can use VS Code's integrated terminal as well {for that you have to first open the folder in VS Code}\n- run `npm install`\n- run `npm install -D @types/node` in case if its not installed for some reason, if it is then ignore this step.\n- Development environment is all set, you can now run the dev server by running `npm run dev`\n- Now start building your application.\n\n## Structure\n\nLet us see how this code has been setup:\n\n- Just like any other React App, this uses `src` folder as the root folder for our app so that our root files are separate from our app files.\n- In your vite configuration file, which is in `vite.config.js` , you'll see an import alias that has been set which helps us to make the imports look clean. It looks like this.\n\n```js\n   resolve: {\n    alias: {\n      \"@\": path.resolve(__dirname, \"./src\"),\n    },\n  },,\n```\n\n- If you want to configure your Tailwind CSS setup for the app, you can check the `tailwind.config.js` file.\n- Please take a look at the `components.json` file which holds the configuration for our shadcn/ui library just in case you want to change something.\n- Global CSS file is set to `src/index.css`. You can modify the color codes and other stuff in there to theme the application according to your need.\n- `src/assets` will hold your app assets.\n- `src/components` will hold all your app components both from shadcn/ui and your custom components.\n- `src/lib` will hold your helper files and other config files.\n- `src/pages` will hold your all the pages that the app might contain.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnadeemashraf%2Freactboilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevnadeemashraf%2Freactboilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnadeemashraf%2Freactboilerplate/lists"}