Appearance
Installation
Requirements
- Node.js
Install
bash
npm install -g create-cdr-appnpm install -g create-cdr-appUsage
bash
Usage: cdr [options] [command]
Component Driven Redux Framework
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
new [options] <project-name> Create a Project
generate|g <module-name> Create a Module For The Project
help [command] display help for commandUsage: cdr [options] [command]
Component Driven Redux Framework
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
new [options] <project-name> Create a Project
generate|g <module-name> Create a Module For The Project
help [command] display help for commandCreate a Project
bash
cdr new my-projectcdr new my-projectCreate a Project with TailwindCSS
bash
cdr new my-project -t tailwindcsscdr new my-project -t tailwindcssCreate a Project with Bootstrap
bash
cdr new my-project -t bootstrapcdr new my-project -t bootstrapRun the Project
bash
cd my-project
npm install
npm run devcd my-project
npm install
npm run dev
Full Stack Ltd