Based on CMS SB-Admin-BS4-Angular-5 and included PrimeNg and Google Maps API to adapt to the project necessity.
Manages:
- Delivery
- Bikers
- Legal and Natural Customers
- Routes
- Points
- Addresses
- Payment
This project was generated with Angular CLI version 1.5.0.
cwbmess-delivery-mgmt-panel
provides the following features:
- Developed using boostrap-v4.0.0-beta.2
- angular-v5.1.2
- angular/cli-v1.6.2
- ng-bootstrap-v1.0.0-beta.8
- ngx-translate-v9.0.2
- angular-google-maps
- primeng
- Following the best practices.
- Ahead-of-Time compilation support.
- Official Angular i18n support.
- Production and development builds.
- Tree-Shaking production builds.
Note that this seed project requires node >=v6.9.0 and npm >=3.
In order to start the project use:
$ git clone https://github.com/rafaleal/cwbmess-delivery-mgmt-panel
$ cd cwbmess-delivery-mgmt-panel
# install the project's dependencies
$ npm install
# watches your files and uses livereload by default run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
$ npm start
# prod build, will output the production application in `dist`
# the produced code can be deployed (rsynced) to a remote server
$ npm run build
This project was generated with Angular CLI version 1.5.0.
This project is the client side of the following WEB API