Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astares/boot-web

Simple framework to support Pharo web development with Seaside and Bootstrap
https://github.com/astares/boot-web

Last synced: 22 days ago
JSON representation

Simple framework to support Pharo web development with Seaside and Bootstrap

Awesome Lists containing this project

README

        

# Boot-Web

**Boot-Web** is a simple framework to support Pharo web development with [Seaside](https://github.com/SeasideSt/Seaside) and [Bootstrap CSS Framework](https://getbootstrap.com/).

[![Unit Tests](https://github.com/astares/Boot-Web/workflows/Build/badge.svg?branch=main)](https://github.com/astares/Boot-Web/actions?query=workflow%3ABuild)
[![Coverage Status](https://codecov.io/github/astares/Boot-Web/coverage.svg?branch=main)](https://codecov.io/gh/astares/Boot-Web/branch/main)

[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)

## Installation

### Quick Start
You can install **Boot-Web** by executing the following load scripts:

```Smalltalk
Metacello new
repository: 'github://astares/Boot-Web:main/src';
baseline: 'BootWeb';
load
```