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
Find a file
2022-04-26 09:18:34 +08:00
.github Create FUNDING.yml 2019-05-29 03:06:49 -04:00
.vscode ANGEL_ENV -> production in launch.json 2019-04-18 12:04:54 -04:00
bin Updated to dart SDK 2.16.0 2022-04-26 08:20:54 +08:00
config Update default.yaml 2017-01-28 11:23:35 -05:00
lib Update reference 2021-07-17 13:07:46 +08:00
test Updated angel3-basic 2021-06-14 08:02:15 +08:00
views Fix includes in views 2018-11-14 02:18:56 -05:00
web 1.1.0-alpha 2017-10-19 17:53:33 -04:00
.dockerignore Docker! 2017-01-14 19:15:20 -05:00
.gitignore Update dependencies for development 2021-02-18 21:30:50 +08:00
analysis_options.yaml Updated basic template 2021-09-25 18:32:05 +08:00
AUTHORS.md Updated CHANGELOG 2021-06-11 10:36:19 +08:00
CHANGELOG.md Updated basic template 2021-09-25 18:32:05 +08:00
CONTRIBUTING.md Updated basic 2021-07-17 11:44:51 +08:00
Dockerfile Change Dockerfile to use latest dart image 2019-09-26 09:09:01 +02:00
LICENSE Updated basic template 2021-09-25 18:32:05 +08:00
pubspec.yaml Updated to dart SDK 2.16.0 2022-04-26 08:20:54 +08:00
README.md Updated basic template 2021-09-25 18:32:05 +08:00

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

  1. Download and install Dart.

Development

  1. Run the following command to start Angel3 server in dev mode to hot-reloaded on file changes:

    dart --observe bin/dev.dart
    
  2. Modify the code and watch the changes applied to the application

Production

  1. Run the following command:

    dart bin/prod.dart
    
  2. 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.