sarus 0.0.1-alpha.5 copy "sarus: ^0.0.1-alpha.5" to clipboard
sarus: ^0.0.1-alpha.5 copied to clipboard

A fast, minimalistic backend framework for Dart.

Sarus #

A fast, minimalistic backend framework for Dart.

Installation πŸ’» #

Prerequisites πŸ“ #

In order to use Sarus you must have the Dart SDK installed on your machine.

Installing πŸ§‘β€πŸ’» #

dart pub global activate sarus_cli

Creating a Project ✨ #

Use the sarus create command to create a new Sarus project:

sarus create my_project

This will create a new directory called my_project with the basic structure of a Sarus project.

Running the Project πŸš€ #

To run your Sarus project, navigate to the project directory and use the dart run command:

cd my_project
dart run bin/main.dart

Building for Production βš™οΈ #

This project come with docker support, so you can build your project for production using Docker.

3
likes
0
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A fast, minimalistic backend framework for Dart.

Repository (GitHub)
View/report issues

Topics

#server #backend #shelf #sarus #cli

License

unknown (license)

Dependencies

analyzer, build, dart_style, http_methods, meta, shelf, shelf_hotreload, source_gen

More

Packages that depend on sarus