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