Boot-Web

Description

Simple framework to support Pharo web development with Seaside and Bootstrap

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
June 22, 2023
Updated
June 22, 2023

Categories

Web

README excerpt

# 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 	
```	
← Back to results