Skip to content
/ project-template Public template

💡 Template repository used to bootstrap Tyepscript React projects with GitHub Actions CI/CD and VSCode devcontainer support

Notifications You must be signed in to change notification settings

xsalazar/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💡 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 feature to ensure all necessary dependencies are available inside the container for development.

Application

To get started:

npm install && npm start

This will start the application on your local machine, running on http://localhost:5173/.

Deployments

All application deployments are managed via GitHub Actions and the ./.github/workflows/deploy.yml workflow.

Additionally, application dependencies are automatically managed and updated via Dependabot and the ./.github/workflows/automerge-dependabot.yml workflow.

About

💡 Template repository used to bootstrap Tyepscript React projects with GitHub Actions CI/CD and VSCode devcontainer support

Topics

Resources

Stars

Watchers

Forks