Skip to content

An upstream fork of the original starter repo, with tasks organized into branches

Notifications You must be signed in to change notification settings

JAromando/tasks

 
 

Repository files navigation

React TypeScript Starter Repo

Hello! This repository has been pre-configured with eslint and gh-pages to automatically deploy your app when you push to the main branch.

You will, however, need to finish setting up the deployment.

1. Generate a personal access token

  1. Click on your picture -> settings in the top right of Github.
  2. Then, scroll to Developer Settings and click Personal access tokens
  3. Generate a new token with repo access and no expiration date.
  4. Make sure you copy the created token as you will not be able to see it after this.

2. Add a secret to the forked repo

Back in this repository, go to settings -> secrets -> Actions and click the New repository secret button in the topright.

Name the secret "GH_TOKEN" and paste in the token you copied in the previous step.

About

An upstream fork of the original starter repo, with tasks organized into branches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 40.5%
  • TypeScript 39.7%
  • CSS 19.8%