/boilerplate_light

[DEPRECATED] Old boilerplate - no longer used

Primary LanguageDartMIT LicenseMIT

DEPRECATED

This is an old boilerplate, from much earlier in Angel's life, when the only option was a heavyweight starter project. Now, the default boilerplate is already quite light, in terms of starter code.

boilerplate_light

The Angel Framework

A lighter starting point for Angel applications.

Gitter Pub

Fill out the v1.0.0 survey now!!!

Wiki (in-depth documentation)

API Documentation

Roadmap

File an Issue

Awesome Angel 🔥

To run in development, with hot-reload support:

dart bin/server.dart

To run in production, with hot-reload turned off:

ANGEL_ENV=production dart bin/server.dart