Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seagull-js/seagull
the core of the seagull framework
https://github.com/seagull-js/seagull
aws aws-lambda lean react seagull serverless serverless-framework tsx typescript
Last synced: about 2 months ago
JSON representation
the core of the seagull framework
- Host: GitHub
- URL: https://github.com/seagull-js/seagull
- Owner: seagull-js
- License: lgpl-3.0
- Created: 2017-09-02T09:55:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T00:24:20.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T18:03:04.233Z (about 2 months ago)
- Topics: aws, aws-lambda, lean, react, seagull, serverless, serverless-framework, tsx, typescript
- Language: TypeScript
- Homepage: https://seagull-js.github.io/seagull/
- Size: 10.3 MB
- Stars: 10
- Watchers: 5
- Forks: 5
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Work in Progress, DO NOT USE
[![npm version](https://badge.fury.io/js/%40seagull%2Fcore.svg)](https://badge.fury.io/js/%40seagull%2Fcore)
[![Build Status](https://travis-ci.org/seagull-js/seagull.svg?branch=master)](https://travis-ci.org/seagull-js/seagull)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0)
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.svg?v=101)](https://github.com/ellerbrock/typescript-badges/)
[![Maintainability](https://api.codeclimate.com/v1/badges/92bd5af32c6f9d032d27/maintainability)](https://codeclimate.com/github/seagull-js/seagull/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/92bd5af32c6f9d032d27/test_coverage)](https://codeclimate.com/github/seagull-js/seagull/test_coverage)# Seagull.js
> Featherweight Zero-Config Typesafe Isomorphic Cloud Framework.
A modern web framework combining a serverless backend with multipage react
frontends written in/for typescript.# Getting started
A quick introduction of the minimal setup you need to get everthing up & running.
```
$ npm run bootstrap # Installing all dependencies and linking any cross-dependencies
$ npm run test # Execute the test suite
```