Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Installing angel3_cli
installs a command line dart application in your local environment. Executed from the terminal, it provides access to a set of useful commands for working with . The --help
option gives more information about the available options.
Prerequisite: must be installed
Open a terminal screen and run the following command.
Creating a new project, hello
, in the current directory, run:
Initializing a project within a directory, hello
, run:
Follows the instructions given to complete setting up the new project. Choose from one of the available to best represents what you would like your backend server to do. A well structured project will be generated and ready for development.
Running the server in development mode:
Running the server in production mode: