Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/reblog
Blog with twisted React ✏️🍭
https://github.com/2kabhishek/reblog
articles blog react unconventional
Last synced: 8 days ago
JSON representation
Blog with twisted React ✏️🍭
- Host: GitHub
- URL: https://github.com/2kabhishek/reblog
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-10-20T12:34:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T07:57:18.000Z (8 months ago)
- Last Synced: 2024-05-01T16:27:06.722Z (7 months ago)
- Topics: articles, blog, react, unconventional
- Language: CSS
- Size: 336 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
reblog is a blog created using react that serves plain html content
## Inspiration
Wanted to try out a custom blog serving approach using publicly available content.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `npm`
## Getting reblog
To get reblog, follow these steps:
```bash
git clone https://github.com/2kabhishek/reblog
cd reblog
npm install
npm start
```Blog articles can be found in the `./public/articles/` directory.
## How it was built
reblog was built using `neovim, react`
## What I learned
Playing around with React routing was fun.
Hit the ⭐ button if you found this useful.
## More Info