AdonisJs Commands
Explore the fundamental AdonisJs commands to set up your development environment, install necessary packages, and generate components like controllers, middleware, and migrations to build full-stack applications.
We'll cover the following...
We'll cover the following...
Install AdonisJs
Install the dependencies (Node.js and npm)
Go to nodejs.org and download the installer according to your operating system. Run the installer and follow the instructions. Note that the Node.js installer includes npm.
At the time of writing (2020), AdonisJs requires the Node.js version to be 8.0.0 or above and the npm version to be at least 3.0.0.
Install AdonisJS via the AdonisJs CLI
You can use the Adonis CLI command-line tool to install the ...