📄️ What is MonsterJS CLI
The MonsterJS CLI is a command-line interface tool that we can use to create new project, generate MonsterJS files like components, modules, services and others.
📄️ Installation
MonsterJS cli helps developers to create a working application out of the box.
📄️ Create application
To create new application using CLI, we just need to run the following command.
📄️ Local development server
MonsterJS CLI provides a command to start a local development server allowing us to see the changes we made in our project before making it live.
📄️ Build project
MonsterJS CLI provides a command to compile the project for deployment.
📄️ Generate commands
CLI is very helpful in generating files for MonsterJS application.
📄️ CLI useful commands
Here are some useful commands that CLI provides.