Skip to content

Quick start

You can invoke the tool in the command line by typing codoo. Help is available, you can list commands or options for a specific command. Check below

Setup

Requirements

To use codoo you need to install :

Installation

The recommended way to install codoo is with PIP:

pip install codoo

Hello word

Create a new project

To create your first project :

codoo init

Run server

Now that we have initialize our new project, we should move to the project directory.

cd project_name

You can run your project as follows:

codoo serve 

Next step

You have sucessefully Installed Codoo and created your first project. It's time to go to the next level.

Back to top