Skip to content

UD-CISC275-S22/react-typescript-starter

 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 40.4%
  • TypeScript 39.7%
  • CSS 19.9%