jasiozet / fable-feliz-template

Fable, Feliz, DaisyUI, Vite project starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fable, Feliz, DaisyUI, Vite project starter


Languages

Language:F# 67.5%Language:HTML 17.1%Language:JavaScript 13.4%Language:CSS 2.0%