Aim of this project is embed Dev as a blog on your React website.
- React JS - Front-End JavaScript library
- Shards React - React UI Framework
To setup the app for development on your local machine, please follow the instructions below:
-
Clone the repo to your machine
git clone https://github.com/sabesansathananthan/react-dev.to-blog.git cd react-dev.to-blog
-
Install packages
If you use
npm
npm install
or
If you use
yarn
yarn
-
Change username
Use your dev.to username👤 instead of
thepracticaldev
. in Slider.jsblogURL = "https://api.rss2json.com/v1/api.json?rss_url=https://dev.to/feed/thepracticaldev";
-
Run the development server
If you use
npm
npm start
or
If you use
yarn
yarn start
-
Visit http://localhost:3000
Don't forget to give a star ⭐ for this repo 🙂
Embed Dev.to as a blog on your React Website - Sabesan Sathananthan
This project is licensed under the MIT License - see the LICENSE file for details