generator-lmf

A MEAN web application framework. Provides built in role based authentication and customizable management modules.

Usage no npm install needed!

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

README

generator-lmf

A MEAN web application framework. Provides built in role based authentication and customizable management modules.

Installation

First, install Yeoman and generator-lmf using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-lmf

Then generate your new project:

yo lmf

Run

Run npm install in back-end folder

npm install

Run node server in back-end folder

node index

Run http-server in front-end folder

http-server

add new modules

yo lmf:module

Features

  • Built-in token based authentication
  • Role based authorization
  • Generic crud operation implemented
  • Exciting built-in modules
  • User management for admin
  • Maintain profile for any user

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © CyborgSamrat