______ _____ _ _ _____
| ___ \ ___| \ | |/ ___|
| |_/ / |__ | \| |\ `--.
| /| __|| . ` | `--. \
| |\ \| |___| |\ |/\__/ /
\_| \_\____/\_| \_/\____/
npm install -g rens-stack-cli
rens runs
rens create <project-name-here>
cd <project-name-here>
npm install
npm start
cd <your-project-here>
rens make <your-component-name-here>
cd <your-project-here>
rens page <your-page-name-here>
Use npm start
to start the server
Use npm run build
for webpack production
Use npm run watch
for webpack developing watch