Closed mohamedsalem401 closed 1 month ago
To use the GrapesJS framework via the CLI, we must first build the CLI itself. Therefore, we should add a build step for the CLI after the installation process.
"start:js": "node node_modules/grapesjs-cli/dist/cli.js serve"
I also added cross-env before some script so that they will work on Windows machines.
Related:
To use the GrapesJS framework via the CLI, we must first build the CLI itself. Therefore, we should add a build step for the CLI after the installation process.
I also added cross-env before some script so that they will work on Windows machines.