Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsalazar/project-template
💡 Template repository used to bootstrap Tyepscript React projects with GitHub Actions CI/CD and VSCode devcontainer support
https://github.com/xsalazar/project-template
dependabot github-actions github-pages react template typescript typescript-react vite
Last synced: 4 days ago
JSON representation
💡 Template repository used to bootstrap Tyepscript React projects with GitHub Actions CI/CD and VSCode devcontainer support
- Host: GitHub
- URL: https://github.com/xsalazar/project-template
- Owner: xsalazar
- Created: 2022-10-16T16:46:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T17:00:15.000Z (6 months ago)
- Last Synced: 2024-05-29T08:09:46.506Z (6 months ago)
- Topics: dependabot, github-actions, github-pages, react, template, typescript, typescript-react, vite
- Language: HTML
- Homepage: https://template.xsalazar.com/
- Size: 3.3 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 💡 Project Template
💡 Template repository used to bootstrap Typescript React projects with GitHub Actions CI/CD and VSCode devcontainer support.
## Getting Started
This repository leverages [VSCode's devcontainer](https://code.visualstudio.com/docs/remote/containers) feature to ensure all necessary dependencies are available inside the container for development.
### Application
To get started:
```bash
npm install && npm start
```This will start the application on your local machine, running on [http://localhost:5173/](http://localhost:5173).
### Deployments
All application deployments are managed via GitHub Actions and the [`./.github/workflows/deploy.yml`](./.github/workflows/deploy.yml) workflow.
Additionally, application dependencies are automatically managed and updated via Dependabot and the [`./.github/workflows/automerge-dependabot.yml`](./.github/workflows/automerge-dependabot.yml) workflow.