Project

zee

0.01
The project is in a healthy, maintained state
A micro web framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 0
 Project Readme
Zee

A mini web framework.


Tests Gem Gem MIT License

Getting Started

First, install Zee if you haven't already:

gem install zee

To create a new Zee application, run the following command. You can replace myapp with any name you like.

$ zee new myapp

Now, enter the app's directory and start the development server:

$ zee dev

You can now visit http://localhost:3000 to see your application.

Maintainer

Contributors

Contributing

For more details about how to contribute, please read https://github.com/fnando/zee/blob/main/CONTRIBUTING.md.

License

The gem is available as open source under the terms of the MIT License. A copy of the license can be found at https://github.com/fnando/zee/blob/main/LICENSE.md.

Code of Conduct

Everyone interacting in the zee project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.