Skip to content

sparckles/create-starfyre-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-starfyre-app

Usage

  1. To build the application
python3 -m starfyre --build --path "."
  1. To serve the application
python3 -m starfyre --serve --path "."

Sample Usage

# Path: pages/__init__.fyre
import "../styles/index.css"

def message():
  return "World"

<pyxide>
  <div>
    Hello, {message()}
  </div>
</pyxide>

Releases

No releases published

Packages

No packages published