Skip to content

dlivorne/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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.0%
  • HTML 1.3%
  • CSS 0.7%