Maxa CLI
The Official Maxa CLI Tools to build, deploy and manage maxa-based apps
Installation
Install the package with NPM as a global package
$ npm install -g maxa-cli
Creating a new Maxa Project
$ maxa create app
Creating app Project........
Installing Dependencies........
Project Created Successfully.......
Useful Commands
cd app
---> to go inside project dir
maxa start
--> to start a development server of maxa
maxa build
--> to create a build production
npm run test
--> to start jest test runner
Happy Hacking
Docs
License
Maxa-CLI is Under MIT License