amq / CardManager

Minimalistic Fable/Elmish demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CardManager

What is CardManager?

CardManager is a small training exercise created for the software engineering students of the University of Applied Sciences Technikum Vienna. It should showcase how to write a small Single Page Application using Fable, Elmish and the Fulma component library.

Instructions

This exercise includes a business case as well as a couple of steps you can follow to implement more functionality. You can find the instruction document here.

I'm lost. What should I do now?

First - as usual - check the documentation. You'll find the docs for each used component on its respective site.

If you have more specific problems you can open an issue in this repository. It is also possible to write me directly on Twitter.

How to run the app?

First make sure that you have a recent version of the .NET core SDK as well as a current (minimum LTS) version of Node.js installed on your machine. I recommend to use yarn as your node package manager and task runner for this app - npm should still work though.

In the root directory of this application execute the following commands to install the projects .NET and node dependencies.

dotnet restore
yarn install

To run the project execute the following command.

yarn start

You can reach your application by navigating to http://localhost:8080 after starting your project.

About

Minimalistic Fable/Elmish demo

License:MIT License


Languages

Language:F# 78.6%Language:JavaScript 15.2%Language:HTML 4.5%Language:CSS 1.6%