Installation & Setup
Last updated
Last updated
Let's get it started, ha!
Firstly, ensure you have the installed.
Now, install the . The CLI includes several code generators and commands that will help you expedite your development cycle.
Now, let's create a sample project, called hello
.
Run:
This will create a folder called hello
, and copy the into it. If you wanted to initialize a project within the current directory, instead of making new one, you could have run:
Follow the instructions given. There are different types of boilerplates, but all of the server templates will generate very similarly-structured projects.
It's easy to run our server. Just type the following:
And there you have it - you've created an Angel application!
Continue reading to learn about .