jwosty / InterstellarFableHelloWorld

A sample Interstellar application with a UI built in Fable+Elmish+React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interstellar+Fable Hello World

This is a standalone application that integrates Interstellar and Fable. It's analagous to using Electron, except that it employs F# for the whole stack instead of Javascript. This app features a simple GUI built with Elmish-React. This can be run using Visual Studio just like any other application.

Here are the interesting bits to look at:

Running

On Windows, open HelloWorld.Windows.sln and run. On macOS, open HelloWorld.macOS.sln, but make sure to execute yarn install in the command line before running the solution.

About

A sample Interstellar application with a UI built in Fable+Elmish+React


Languages

Language:F# 64.4%Language:JavaScript 28.6%Language:HTML 7.0%