{"id":20975104,"url":"https://github.com/0xheartcode/frontend-web3-skeleton","last_synced_at":"2025-06-25T00:02:48.452Z","repository":{"id":257670376,"uuid":"857537709","full_name":"0xheartcode/Frontend-Web3-Skeleton","owner":"0xheartcode","description":"Frontend Web3 CI/CD Skeleton PnPm","archived":false,"fork":false,"pushed_at":"2024-09-28T16:50:26.000Z","size":1236,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T00:02:38.689Z","etag":null,"topics":["boilerplate","cicd","frontend","pnpm","template","vite","web3"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/0xheartcode.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,"zenodo":null}},"created_at":"2024-09-14T22:58:38.000Z","updated_at":"2024-09-28T16:50:30.000Z","dependencies_parsed_at":"2024-09-18T02:43:44.256Z","dependency_job_id":"f688444a-a2a7-431b-9193-c278aee9959b","html_url":"https://github.com/0xheartcode/Frontend-Web3-Skeleton","commit_stats":null,"previous_names":["0xheartcode/frontend-web3-skeleton"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xheartcode/Frontend-Web3-Skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xheartcode%2FFrontend-Web3-Skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xheartcode%2FFrontend-Web3-Skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xheartcode%2FFrontend-Web3-Skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xheartcode%2FFrontend-Web3-Skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xheartcode","download_url":"https://codeload.github.com/0xheartcode/Frontend-Web3-Skeleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xheartcode%2FFrontend-Web3-Skeleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261777416,"owners_count":23208113,"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","cicd","frontend","pnpm","template","vite","web3"],"created_at":"2024-11-19T04:39:27.063Z","updated_at":"2025-06-25T00:02:48.255Z","avatar_url":"https://github.com/0xheartcode.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blank Boilerplate CI/CD PNPM Project\r\n\r\nWelcome to the Blank Boilerplate Frontend project. \r\n\r\nThis project is a React application utilizing TailwindCSS for styling and Ethers.js for blockchain interactions. It is configured to use ~~Yarn v4 and Craco~~ VITE as a build tool and PNPM as the package manager. It does use Github CI/CD.\r\n\r\n## Table of Contents\r\n\r\n- [Installation](#installation)\r\n- [Available Scripts](#available-scripts)\r\n- [Project Structure](#project-structure)\r\n\r\n## Installation\r\n\r\nTo install the dependencies for this project, run:\r\n\r\n```bash\r\npnpm install\r\n```\r\n\r\n## Available Scripts\r\n\r\nIn the project directory, you can run:\r\n\r\n### `pnpm dev`\r\n\r\nRuns the app in the development mode. Open [http://localhost:3000](http://localhost:5173) to view it in your browser.\r\n\r\n### `pnpm build`\r\n\r\nBuilds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.\r\n\r\n### `pnpm lint`\r\n\r\nRuns the linter to check for code style issues and potential errors.\r\n\r\n### `pnpm preview`\r\n\r\nLocally preview the production build. This command should be run after `pnpm build`.\r\n\r\n### `pnpm typecheck`\r\n\r\nRuns TypeScript type checking across your project.\r\n\r\n\r\n## Project Structure\r\n\r\n```\r\n.\r\n├── eslint.config.js\r\n├── index.html\r\n├── Makefile\r\n├── package.json\r\n├── pnpm-lock.yaml\r\n├── postcss.config.cjs\r\n├── public\r\n│   └── vite.svg\r\n├── README.md\r\n├── src\r\n│   ├── App.css\r\n│   ├── App.tsx\r\n│   ├── assets\r\n│   │   └── react.svg\r\n│   ├── index.css\r\n│   ├── main.tsx\r\n│   └── vite-env.d.ts\r\n├── tailwind.config.cjs\r\n├── tsconfig.app.json\r\n├── tsconfig.app.tsbuildinfo\r\n├── tsconfig.json\r\n├── tsconfig.node.json\r\n├── tsconfig.node.tsbuildinfo\r\n├── utils\r\n│   ├── dockerfiles\r\n│   │   ├── docker-compose.nginx.yml\r\n│   │   └── Dockerfile.nginxbuild\r\n│   └── nginx\r\n│       └── nginx.conf\r\n└── vite.config.ts\r\n```\r\n\r\n### CI/CD Process\r\n\r\nThis project uses GitHub Actions for Continuous Integration and Continuous Deployment. The branches below may be present partially or completely.\r\n\r\n- **Production Branch**: Code pushed to the `prod` branch will trigger the CI/CD pipeline, which will build and deploy the application to the production environment.\r\n- **Staging Branch**: Code pushed to the `staging` branch will trigger the CI/CD pipeline, which will build and deploy the application to the staging environment.\r\n- **Testnet Branch**: Code pushed to the `testnet` branch will trigger the CI/CD pipeline, which will build and deploy the application to the testnet environment.\r\n- **Development Branch**: The `dev` branch is used for development purposes and does not trigger any CI/CD pipeline.\r\n\r\nThe CI/CD process is defined in the `.github/workflows` directory and includes steps such as checking out the repository, setting up Node.js, installing dependencies, building the project, creating a Docker image, and deploying it to the server.\r\n\r\n## Contributing\r\n\r\nHappy coding \u003c(0_0)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xheartcode%2Ffrontend-web3-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xheartcode%2Ffrontend-web3-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xheartcode%2Ffrontend-web3-skeleton/lists"}