https://github.com/valiantlynx/news
Simple news app with React
https://github.com/valiantlynx/news
Last synced: 5 months ago
JSON representation
Simple news app with React
- Host: GitHub
- URL: https://github.com/valiantlynx/news
- Owner: valiantlynx
- Created: 2023-01-14T04:06:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T08:55:15.000Z (over 1 year ago)
- Last Synced: 2024-12-29T14:36:25.415Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News
Simple news app with React### adding new projects with their own git history
```sh
git subtree add --prefix=apps/news https://github.com/valiantlynx/news.git master --squash
git subtree pull --prefix=apps/news https://github.com/valiantlynx/news.git master --squash
git subtree push --prefix=apps/news https://github.com/valiantlynx/news.git master```