generator-aoletsgo
v1.0.3
Published
Yeoman generator with browserify, libsass, React and BrowserSync
Maintainers
Readme
█████╗ ██████╗ ██████╗ ██████╗ ███╗ ███╗
██╔══██╗██╔═══██╗ ██╔════╝██╔═══██╗████╗ ████║
███████║██║ ██║ ██║ ██║ ██║██╔████╔██║
██╔══██║██║ ██║ ██║ ██║ ██║██║╚██╔╝██║
██║ ██║╚██████╔╝██╗╚██████╗╚██████╔╝██║ ╚═╝ ██║
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝Yeoman generator for ao front-end developers
Usage
You'll need yo - the scaffolding tool from Yeoman - installed:
npm install -g yoInstall generator-aoletsgo:
npm install -g generator-aoletsgoMake a new directory, and cd into it:
mkdir my-new-project && cd $_Run:
yo aoletsgoRun gulp for asset watching/compiling with BrowserSync support and npm run build for a production-ready build
