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 1 year 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T00:24:20.000Z (over 3 years ago)
- Last Synced: 2025-04-28T07:05:14.162Z (about 1 year 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: 4
- 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
[](https://badge.fury.io/js/%40seagull%2Fcore)
[](https://travis-ci.org/seagull-js/seagull)
[](http://www.gnu.org/licenses/lgpl-3.0)
[](http://www.serverless.com)
[](https://github.com/prettier/prettier)
[](https://github.com/ellerbrock/typescript-badges/)
[](https://codeclimate.com/github/seagull-js/seagull/maintainability)
[](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
```