Skip to content

AlbertoDePena/fable-elmish-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fable Elmish Starter

Setting up your development environment

  • Install fable dotnet tool
C:\> dotnet tool install --global fable
  • Install npm dependencies
C:\fable-elmish-starter> npm install

Run project

  • Run fable to compile FSharp to JavaScript
  • Run parcel to trans-pile JavaScript and open web server
# run debug mode
C:\fable-elmish-starter> npm run start
# build for production
C:\fable-elmish-starter> npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published