reblog is a blog created using react that serves plain html content
Wanted to try out a custom blog serving approach using publicly available content.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
npm
To get reblog, follow these steps:
git clone https://github.com/2kabhishek/reblog
cd reblog
npm install
npm start
Blog articles can be found in the ./public/articles/
directory.
reblog was built using neovim, react
Playing around with React routing was fun.
Hit the ⭐ button if you found this useful.