Use this template
on the GitHub page.config.env
to fit our purposes.
(Such as APP_NAME
to the name of your app.)task up
to start the server and generate your initial project.localhost:4000
or something different depending on
how you changed config.env
A directory will be crated with your project name that you specified
with APP_NAME
in config.env
that will contain all our source code.
task --list
task logs
task shell
task down
task remove