AdminuxPRO - Angular starter kit for free with the Our AdminuxPRO template. Please do visit https://maxartkiller.com for licence and demos.
Graph your bitcoins
AdminuxPRO provides the following features:
Note that this seed project requires node >=v8.9.0 and npm >=4.
In order to start the project use:
# 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
Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.