Skip to content

Build with Rwf

Rwf has a lot of features and mixing them together can create powerful and efficient web apps. This guide will demonstrate how to build a generic application from scratch using Rwf as your web framework.

Note

This guide is a work in progress. Please check back soon for more updates. Contributions are welcome!

Getting started

If you'd like to build an application with this guide, make sure make sure to install the Rwf CLI first:

cargo install rwf-cli

Once the CLI is installed, make sure to follow the instructions on creating a new Rwf application.

Chapters

  1. Add users