Protevus is a highly versatile and extensible application server platform for the Dart programming language. Inspired by the Laravel framework, Protevus aims to provide a familiar and Laravel-compatible API, allowing developers to leverage their existing Laravel knowledge and experience in the Dart ecosystem.
https://protevus.com
apiapplication-servercross-platformdartexpress.jsframeworklaravelmvcplatformprotevusserverstarter-application
d6a81afab5
Updated Dockfile |
||
---|---|---|
.github | ||
.vscode | ||
bin | ||
config | ||
lib | ||
test | ||
views | ||
web | ||
.dockerignore | ||
.gitignore | ||
analysis_options.yaml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
Basic Starter Application for Angel3 framework
This is a basic starter application for Angel3 framework which is a full-stack Web framework in Dart.
Installation & Setup
- Download and install Dart.
Development
-
Run the following command to start Angel3 server in dev mode to hot-reloaded on file changes:
dart --observe bin/dev.dart
-
Modify the code and watch the changes applied to the application
Production
-
Run the following command:
dart bin/prod.dart
-
Run as docker. Edit and run the provided
Dockerfile
to build the image.
Resources
Visit the Developer Guide for dozens of guides and resources, including video tutorials, to get up and running as quickly as possible with Angel3.
Examples and complete projects can be found here.