dad-stack
v0.0.5
Published
A RENS Stack Cli
Downloads
2
Readme
______ _____ _ _ _____
| ___ \ ___| \ | |/ ___|
| |_/ / |__ | \| |\ `--.
| /| __|| . ` | `--. \
| |\ \| |___| |\ |/\__/ /
\_| \_\____/\_| \_/\____/
RENS-Stack Cli
Installation
npm install -g dad-stack
dad runs
dad create <project-name-here>
cd <project-name-here>
npm install
npm start
Make Empty Component
cd <your-project-here>
dad make <your-component-name-here>
Make Empty Page
cd <your-project-here>
dad page <your-page-name-here>
Extra Commands
Use npm start
to start the server
Use npm run build:pro
for webpack production