create-beaver-app
v0.0.8
Published
Beaver CMS NPX Installer ========================================= Pull the repo and run below comment to install dependencies. ``` npm install ``` After the package install, run the below commet to connect this project with your local npm bin. ``` npm li
Downloads
7
Readme
Beaver CMS NPX Installer
Pull the repo and run below comment to install dependencies.
npm installAfter the package install, run the below commet to connect this project with your local npm bin.
npm linkNow you can run create-beaver-app comment anywhere on your system.
cd <my_work_folder>
npx create-beaver-app mycms
cd mycms
npm run dev