Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.