Skip to content

cygniv404/rss-feed-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS News Feeds - Preact Reader Live Version

fetch rss news feeds over xml files.

GitHub license npm version

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.

installation

  • clone this repository
git clone https://github.com/cygniv404/Preact-rss-feed-reader.git my-preact-app
  • Install dependencies
npm install

Workflow

  • 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

Author

Ahmed Riahi – @LinkedIn