Quick Start
You need instal fow-cli library from npm.
npm i @fowapps/fow-cli -g
Create a folder for your first extension.
Open Terminal for folder and run new app command.
fow new
After Successfuly result you can build this folder.
fow build
Go To FowCRM Extensions Page and Create Extension.
Extensions Page
Upload zip file under fow-packages to Extension Detail.
Extension Detail
Welldone you can build your first extension. You can access your custom page from Giant Menu.
Your First Awesome Page