Skip to content
forked from vellengs/typerx

A lightweight typescript annotation based MEAN(Mongodb Express Angular2+ Nodejs).

Notifications You must be signed in to change notification settings

linadesteem/typerx

 
 

Repository files navigation

tiperx

typerx

A lightweight typescript annotation based MEAN(Mongodb Express Angular2+ Nodejs).

Quick start

# clone our repo
# --depth 1 removes all but one .git commit history
$ git clone --depth 1 https://github.com/vellengs/typerx.git

# change directory to our repo
$ cd typerx

# install the repo with npm
$ npm install

# start the server
$ npm start

Other commands

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Front end stack

angular >= 5;

angular

ant design angular version zorro

ng-zorro

ng-zorro-antd admin panel front-end framework

ng-alain

About

A lightweight typescript annotation based MEAN(Mongodb Express Angular2+ Nodejs).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.9%
  • HTML 31.0%
  • CSS 4.9%
  • Other 1.2%