Coder Social home page Coder Social logo

jgenard / giraffesample Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cartermp/giraffesample

0.0 1.0 0.0 5 KB

This sample app demonstrates F#, .NET Core, Giraffe, and using Sqlite. You can develop and run it cross-platform.

License: MIT License

F# 100.00%

giraffesample's Introduction

GiraffeSample

This sample app demonstrates F#, .NET Core, Giraffe, and using Sqlite. You can develop and run it cross-platform.

Instructions

  1. Download the .NET Core 2.0 SDK.
  2. Install Visual Studio Code and Ionide-FSharp.. They're great for cross-platform F# development.
  3. Run dotnet restore before opening the project in VSCode.
  4. Use dotnet watch run for development. It'll recompile and re-run the project when you make changes.

I recommend using Postman to play around with it.

Deployment

This isn't really intended for production, but if you wish to deploy this somewhere, do the following:

  1. Use dotnet publish -o app -c release. This will copy a release version of the app into a new folder called /app, along with every other .dll dependency this app requires.
  2. Put the contents of /app wherever you like.
  3. Run it from there.

giraffesample's People

Contributors

cartermp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.