A small fable project which pulls some topics from Hacker News. Done as a hobby for learning and experimenting F# on frontend with Fable.
Download the release, unzip and open index.html with your favorite browser.
- dotnet SDK 5.0 or higher
- Paket v6.2.1 - package manager for dotnet
- node.js
- An F# editor like Visual Studio, Visual Studio Code with Ionide or JetBrains Rider
# install dotnet dependencies
paket install
# install node dependencies
npm install
# build the project into ./public folder
npm run build
# or simply run in watch mode, maybe for development etc.
npm start
