Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.