RSS News Feeds - Preact Reader Live Version
fetch rss news feeds over xml files.
Preact basic project to fetch rss news and render them in a basic way. Powered by Preact Cli. important: Node.js > V6.x is a minimum requirement for the installation. Deployed on Netlify a very fast way to deploy your Preact app.
- clone this repository
git clone https://github.com/cygniv404/Preact-rss-feed-reader.git my-preact-app
- Install dependencies
npm install
- Start the development server
npm run dev
- Generate a production build in ./build
npm run build
- Start local production server with serve
npm start
this will serve the static files in ./build
Ahmed Riahi – @LinkedIn