Photo by Markus Winkler on Unsplash
Welcome back! This article is the part of “Getting started with Fable” series, so if you missed the previous articles please visit:
- Getting Started with Fable
- Getting Started with Fable. Scaffolding
- Getting Started with Fable. CSS
- Getting Started with Fable. Routing
The idea of this series is to create a fully functional application that can be used as a starting point for any enterprise application. In particular, I’m looking into a full-stack application written in F# which transpiles into JavaScript / React / Redux application on the front-end and Node.js / Express on the back-end. I know that it sounds a bit weird to transpile F# to JavaScript on back-end instead of creating a .NET application.
Continue reading “Getting Started with Fable. NodeJS”