0.0.0 • Published 4 years ago

itobuz-angular v0.0.0

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

Itobuz angular

Re-usable angular component modules.

Structures

  • Projects: contains different components, pipes, modules

Component documentations

  • Component documentations placed under ./src

Npm scripts

  • For every project needs this three script
    • "start:{project}": "ng serve ito-{project}" - Start the development server for only one project
    • "deploy:{project}": "ng serve ito-{project}" - Build as a npm module
    • "build:{project}": "ng serve ito-{project}" - Build as angular project

Run Parse server

  • npm run server-up

Deploy to npm