generator-lbf-app

LBF app generator & industrial workspace

Usage no npm install needed!

<script type="module">
  import generatorLbfApp from 'https://cdn.skypack.dev/generator-lbf-app';
</script>

README

generator-lbf-app Build Status

Yeoman generator for LBF app - lets you quickly set up a project with sensible defaults and best practices.

Usage

Install node.js first.

Setup registry:

$ npm config set registry http://npm.oa.com

Install Yeoman with npm:

$ npm install -g yo generator-lbf-app

Make a new directory, and enter into it:

$ mkdir my-new-project && cd $_

Run yo lbf-app, optionally passing an app name:

$ yo lbf-app [app-name]

Run grunt for development integration:

$ grunt dev

And for mac os:

$ sudo grunt dev

Getting To Know LBF App Generator

LBF App Generator is a integrated solution for creating and developing LBF app which uses Yeoman as base:

  • yo - scaffolding tool
  • bower - the client-side package management tool
  • grunt - the IDE and build tool.

Welcome to an industrial workspace for front-end!

Learn How To Use Local Server

License

MIT