JamesRandall / fable-react

Minimal template for Fable and React using Fake and Paket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a minimal Fable + React + Paket + Fake setup for using React with Fable.

Its based on the official Fable "minimal" sample and the Fulma demo:

https://github.com/MangelMaxime/fulma-demo

I've tested this on a Mac with Node 12.5.

You may need to ensure paket is installed before building this:

dotnet tool restore

To build it you can just hit F5 in Code or run:

./fake.sh build

About

Minimal template for Fable and React using Fake and Paket


Languages

Language:JavaScript 59.5%Language:F# 27.8%Language:HTML 5.1%Language:CSS 3.7%Language:Shell 3.5%Language:Batchfile 0.4%