AngelMunoz / FsFraxine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perla

Visit the Perla Docs at https://perla-docs.web.app

Requirements

Editor

To write and edit your code, you can use either VS Code + Ionide, Emacs with fsharp-mode, Rider or Visual Studio.

Development

Then to start development mode:

dotnet tool restore
dotnet perla serve

This will start the development server after compiling the project, once it is finished, navigate to http://localhost:7331 to view the application .

To build the application and make ready for production:

dotnet perla build

This command builds the application and puts the generated files into dist.

About


Languages

Language:F# 94.6%Language:HTML 4.2%Language:CSS 1.1%