Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T17:46:09.000Z (3 months ago)
- Last Synced: 2024-10-10T17:22:04.148Z (about 1 month 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.