https://github.com/mynameiscarsten/atlantafalconsreact
An Atlanta Falcons alternative Website Style Prototype based on React and Styled-Components.
https://github.com/mynameiscarsten/atlantafalconsreact
react react-router reactjs styled-components vite
Last synced: 5 months ago
JSON representation
An Atlanta Falcons alternative Website Style Prototype based on React and Styled-Components.
- Host: GitHub
- URL: https://github.com/mynameiscarsten/atlantafalconsreact
- Owner: MyNameIsCarsten
- Created: 2024-08-27T05:06:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T17:46:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T20:44:58.593Z (about 1 year ago)
- Topics: react, react-router, reactjs, styled-components, vite
- Language: TypeScript
- Homepage: https://mynameiscarsten.github.io/atlantafalconsreact/
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + React-Router + TypeScript + Vite
## Technologies
### Base
- TypeScript
- React
### Build Tool
- Vite
### Libraries
- Styled Components
- React-Router (implemented for the Navigation Bar)
# Working with this Repo
`git branch`
- Check if `gh-pages` branch exists in your local repository
`git fetch origin gh-pages`
- If not, fetch it
`git checkout gh-pages`
- Check Out the `gh-pages` Branch locally
`git push origin gh-pages`
- push your changes
`npm run deploy`
- This will push the built files to the gh-pages branch, updating the GitHub Pages site.