All Projects → rastreus → FableStarter

rastreus / FableStarter

Licence: MIT License
An Elmish F# Fable template that uses Tailwind for styling and the Parcel bundler

Programming Languages

F#
602 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to FableStarter

Feliz.MaterialUI
Feliz-style Fable bindings for Material-UI
Stars: ✭ 57 (+338.46%)
Mutual labels:  fable, elmish
raspberry-fsharp
F# full-stack IoT starter project for Raspberry Pi
Stars: ✭ 33 (+153.85%)
Mutual labels:  fable, elmish
elmish-getting-started
A simple and minimalistic template to easily get up and running with Elmish and Fable
Stars: ✭ 22 (+69.23%)
Mutual labels:  fable, elmish
SAFE.Simplified
A lightweight alternative template of SAFE for happy cross-IDE full-stack F# development
Stars: ✭ 97 (+646.15%)
Mutual labels:  fable, elmish
Feliz.Router
A router component for React and Elmish that is focused, powerful and extremely easy to use.
Stars: ✭ 66 (+407.69%)
Mutual labels:  fable, elmish
Fable.Lit
Write Fable Elmish apps with Lit
Stars: ✭ 64 (+392.31%)
Mutual labels:  fable, elmish
markushatvan.com
Personal website and blog written from scratch with SvelteKit and TailwindCSS.
Stars: ✭ 82 (+530.77%)
Mutual labels:  tailwindcss
Feliz.Bulma
Bulma UI (https://bulma.io) wrapper for amazing Feliz DSL
Stars: ✭ 57 (+338.46%)
Mutual labels:  fable
citycatch
CityCatch is a variation of "Word chain" game, made on Svelte+Effector+Tailwind
Stars: ✭ 29 (+123.08%)
Mutual labels:  tailwindcss
outline
Outline is a web component based design system starter kit. Outline is based on the latest technologies and tools to help your component authoring experience and facilitate adoption in your organization.
Stars: ✭ 28 (+115.38%)
Mutual labels:  tailwindcss
jefftriplett.github.io
📝 My blog which is held together by duct tape and bailer twine
Stars: ✭ 14 (+7.69%)
Mutual labels:  tailwindcss
petal components
Phoenix Live View Components
Stars: ✭ 138 (+961.54%)
Mutual labels:  tailwindcss
rails-starter-template
Opinionated Rails starter template using esbuild, tailwindcss, postgresql and hotwired.
Stars: ✭ 21 (+61.54%)
Mutual labels:  tailwindcss
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (+215.38%)
Mutual labels:  tailwindcss
tailpress
A Tailwind CSS enabled Underscores theme
Stars: ✭ 60 (+361.54%)
Mutual labels:  tailwindcss
nextal
Starter template for NextJs with TypeScript. Supports Tailwind with CSS-Modules. Jest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components.
Stars: ✭ 88 (+576.92%)
Mutual labels:  tailwindcss
blazor-tailwindcss-template
This template demostrates the integration of tailwindcss with blazor and covers important features like hot-reload and css isolation
Stars: ✭ 38 (+192.31%)
Mutual labels:  tailwindcss
norman-portfolio
Norman Nuthu's Portfolio
Stars: ✭ 16 (+23.08%)
Mutual labels:  tailwindcss
XT-TailwindCSS-Starter
A Tailwind CSS Starter. Based on Tailwind CSS, Webpack, PostCSS, and cssnano. Fully optimized for top performance.
Stars: ✭ 19 (+46.15%)
Mutual labels:  tailwindcss
vue-apicloud-cli
基于vue的APICloud脚手架
Stars: ✭ 44 (+238.46%)
Mutual labels:  tailwindcss

FableStarter

Fable Logo

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

Updated with Tailwind CSS v3.0. Check out their release blog post to learn more.

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 --noCache --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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].