/fable-feliz-template

Fable, Feliz, DaisyUI, Vite project starter

Primary LanguageF#

Fable Feliz Feliz.DaisyUI Vite App

This is a template Fable project for me which uses Vite so you can easily get started and add your own code progressively.

Requirements

Building and running the app

  • Install dependencies: npm install
  • Run the app: npm start
  • Build the app for deployment: npm run build

Any modification you do to the F# code will be reflected in the web page after saving.

Project structure

.
├── Nuget.Config
├── README.md
├── package-lock.json
├── package.json - JS dependencies
├── build - Ready to deploy files when you run `npm run build`
├── dist - Compiled JS from F# file
├── index.html - Main HTML file
├── vite.config.js - config for vite
├── tailwind.config.js - config for tailwind
├── public
│   ├── favicon.ico - Fable favicon
└── src
    ├── Main.fs - F# sample code
    ├── Extensions.fs - F# helper functions from Feliz template
    ├── Components.fs - F# sample react component
    └── App.fsproj - F# project

Stuff I (jasiozet) added:

Commands for that:

  • femto install Feliz
  • femto Feliz.DaisyUI
  • npm i -D vite