An infinite news feed implemented with Fable (F#).
- User can infinitely scroll news feed;
- User can click on a news item go to the source page in a new tab;
- User can save favorite articles; (TODO)
- User can see saved articles in a separate route. (TODO)
In order to use Fable you will need the following tools:
- .NET Core SDK to work with F# files and dependencies;
- Node.js to execute JS code.
npm ci
— install dependencies;npm run dev
— start dev server;npm run build
— builds for production.