Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.43 KB

Build Status

Elmish todo

Live demo: https://reakaleek.github.io/elmish-todo/

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.