Skip to content

microvac/borobudur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borobudur

is a Python web frameworks that helps building single page applications and focus on sharing server's and client's code. It uses:

Starting new borobudur project

  1. Get a python interpreter

  2. Install nodejs, used for compiling assets

  3. Install borobudur

    pip install borobudur
    
  4. Create project

    pcreate -t borobudur_starter test_app
    
  5. Install dependency

    cd test_app
    pip install -e .
    npm install -d
    
  6. Run forest, run!

    pserve development.ini