Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

inchingforward/fable-pixi-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fable-pixi-template

A Fable Pixi template. See the Pixi Samples project for examples on how to create cool stuff using Fable and PixiJS.

Installing the template

  • Install the template: dotnet new -i Fable.Template.Pixi

Creating a new app

Once the template has been installed, you can use it to create a new Fable Pixi application:

  • Create the app: dotnet new fable-pixi -n MyCoolProject

Building and running the app

  • Move to the project's root directory: cd MyCoolProject
  • Install JS dependencies: yarn install
  • Move to src folder: cd src
  • Install F# dependencies: dotnet restore
  • Start Fable daemon and Webpack dev server: dotnet fable yarn-start
  • In your browser, open: http://localhost:8080/

Next Steps

About

A Fable Pixi template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published