Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astares/boot-web
- Owner: astares
- License: mit
- Created: 2023-06-22T21:03:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T22:18:26.000Z (over 1 year ago)
- Last Synced: 2024-10-31T06:41:51.694Z (2 months ago)
- Language: Smalltalk
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```