Quickstart¶
Before we start generating our project, make sure you already have everything needed.
Generate project¶
Run the following command to create a new project, on your current directory:
During this process you’ll be prompted for several inputs to configure your project.
Setup new generated project¶
First, go to your project directory:
Then, to install all the dependencies just run:
To make sure everything is ok, you can run:
If all the tests passed without issues, you’re good to go 🚀