darrix / FableStarter

An Elmish F# Fable template that uses Tailwind for styling and the Parcel bundler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FableStarter

Fable Logo

An Elmish F# Fable template that uses Tailwind for styling and the Parcel bundler.

Install pre-requisites

You'll need to install the following pre-requisites in order to use the Fable Starter template:

Getting Started with FableStarter

Run the following commands from the root of the project directory:

  1. dotnet tool restore

  2. yarn install

  3. dotnet build

  4. dotnet fable --noRestore --sourceMaps

  5. yarn dev:start

  6. Open your brower to http://localhost:1234

Other Templates

If this template isn't what you're wanting, there are other templates. Some only set up a frontend Fable project and then others are full-stack web app templates that include a F# backend:

Additional templates can be found at https://fable.io/resources.html#Templates

About

An Elmish F# Fable template that uses Tailwind for styling and the Parcel bundler.

License:MIT License


Languages

Language:JavaScript 44.5%Language:F# 38.5%Language:HTML 14.5%Language:CSS 2.4%