Skip to content

MichaelMay81/EinsZahn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fable Minimal Snowpack App

This is a small Fable app project which uses Snowpack so you can easily get started and add your own code progressively.

Requirements

Building and running the app

  • Navigate to directory: cd src/Web
  • Install dependencies: npm install
  • Start the development server: npm run dev

Any modification you do to the F# code will be reflected in the web page after saving.

Project structure

.
β”œβ”€β”€ Nuget.Config
β”œβ”€β”€ README.md
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json - JS dependencies
β”œβ”€β”€ build - Ready to deploy files when you run `npm run build`
β”œβ”€β”€ dist - Compiled JS from F# file
β”œβ”€β”€ public
β”‚Β Β  β”œβ”€β”€ favicon.ico - Fable favicon
β”‚Β Β  β”œβ”€β”€ index.html - Main HTML file
β”‚Β Β  └── robots.txt
β”œβ”€β”€ snowpack.config.js - Snowpack configuration
└── src
    β”œβ”€β”€ App.fs - F# sample code
    └── App.fsproj - F# project

About

πŸš€ Little simple space combat game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published