Skip to content

A template to create web applications with Fable, Elmish and React

License

Notifications You must be signed in to change notification settings

carne8/fable-elmish-react-template

Repository files navigation

Fable React template

A template to create web applications with F# and React

It use:

  • Fable
  • Elmish
  • React
  • Webpack

Usage

  • Clone this repo

  • Install dependencies

    yarn install
    #or
    npm install
  • Start the server

    yarn start
    #or
    npm run start
  • Build the project

    yarn build
    #or
    npm run build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A template to create web applications with Fable, Elmish and React

Topics

Resources

License

Stars

Watchers

Forks