{"id":20220042,"url":"https://github.com/ashokasec/nextjs-boilerplate","last_synced_at":"2025-03-03T11:45:34.446Z","repository":{"id":239313379,"uuid":"799188197","full_name":"ashokasec/nextjs-boilerplate","owner":"ashokasec","description":"Sick of starting every Next.js 14 project from zero? Me too. So, I whipped up this sweet boilerplate. No more fussing over colors or navbars. Just dive in and start coding. Easy peasy.","archived":false,"fork":false,"pushed_at":"2024-05-11T12:50:05.000Z","size":209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T22:42:19.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ashokasec.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":"2024-05-11T12:08:47.000Z","updated_at":"2024-05-13T22:36:25.000Z","dependencies_parsed_at":"2024-05-11T13:31:17.239Z","dependency_job_id":"c5ed8c7a-3026-48b3-8387-e4497f6d45cc","html_url":"https://github.com/ashokasec/nextjs-boilerplate","commit_stats":null,"previous_names":["ashokasec/nextjs-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokasec%2Fnextjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokasec%2Fnextjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokasec%2Fnextjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokasec%2Fnextjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashokasec","download_url":"https://codeload.github.com/ashokasec/nextjs-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241661406,"owners_count":19998949,"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":[],"created_at":"2024-11-14T06:44:45.303Z","updated_at":"2025-03-03T11:45:34.181Z","avatar_url":"https://github.com/ashokasec.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextJs Boilerplate\n\nDude! I'm tired of starting NextJS projects from Scratch.\nThis boilerplate is designed to streamline your development process, providing you with a solid foundation to kickstart your projects without the hassle of repetitive setup tasks.\n\n\u003e Note: I made this on my prefernces :)\n\n![Screenshot of a Boilderplates page](https://raw.githubusercontent.com/ashokasec/nextjs-boilerplate/main/src/components/temp/screenshot.png)\n\n## Processes\n1. __Cleaning__\n   \n   I've removed unnecessary files like `next.svg`, `vercel.svg`, and `favicon.ico` so you can focus on what matters and also cleaned the `page.tsx`. There only a single component there which you can comment or delete without the hassle of scrolling long to delete the unnecessary.\n   \n2.  __Things I Added__\n\n    - I've installed `framer-motion` and `@tabler/icons-react` packages.\n    - Created a `@/components/Aniamtion/FadeInPage.tsx`, so it becomes easy to Animate on a page load.\n    - Created `@/components/Header/Header.tsx` \u0026 `@/components/Footer/Footer.tsx` beacuse its a common thing in every app :)\n    - Created `@/config.ts` where i stored info about branding, nav-items and social links, so its easier to tweak one thing which reflects in whole app.\n      \n      ```\n      export const project = {\n        name: \"@ashokasec\",\n        link: \"https://ashokasec.com\",\n        twitter: \"https://twitter.com/ashokasec\"\n      }\n\n      export const navItems = [\n        {\n            text: \"Features\",\n            link: \"/features\"\n        },\n        {   \n            text: \"Pricing\",\n            link: \"/pricing\"\n        },\n        {\n          text: \"Blog\",\n          link: \"/blog\"\n        }\n      ]\n      ```\n\n    - Added 3 fonts `Inter`, `Space Grotesk` and `Epilogue` and also configured in `tailwind.config.ts`.\n  \n## Setup\n\n  1. Clone the repo\n     \n     ```\n     git clone https://github.com/ashokasec/nextjs-boilerplate frontend\n     ```\n\n  3. Install Packages\n     \n     ```\n     cd frontend \u0026\u0026 npm i\n     ```\n\n  5. Enjoyyy.....\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashokasec%2Fnextjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashokasec%2Fnextjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashokasec%2Fnextjs-boilerplate/lists"}