1.0.13 • Published 6 years ago

meancli v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Installation

$ npm install meancli -g

Submit your issues

The next major release is under development in https://gitlab.com/shamim4063/invs/issues .

Requisites

  • Node >=6.11.0
  • NPM >=3.10.10
  • MongoDB
  • typescript ~ 2.4.0

Uses

  • To create a new MEAN Stack Repository
        $ mean init
        $ cd project_name
        $ npm install
  • To create initial Database, Developer Role, User and Password
        $ mean seed
  • Make sure you started mongod service.

      $ npm install gulp
      $ npm run build

    npm run build will build the app in development mood at 8000 port.

  • For production build use

      $ npm run build:aot
  • Open another cmd to run node server and

        $ gulp serve
  • Now open browser and run application in localhost:8000 if application built for development and localhost:4000 for production.

Features

  • Latest version of Anngula2
  • Latest version of Typescript
  • Latest version Webpack
  • Optimized Production build with AOT
  • ExpressJS
  • MongoDB
  • NodeJS
  • Mongoose
  • Passport & JWT based Authentication
  • Role Based Authorization
1.0.13

6 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago