{"id":22214033,"url":"https://github.com/xmlking/marklogic-starter-kit","last_synced_at":"2025-03-25T06:24:07.123Z","repository":{"id":29176711,"uuid":"32707424","full_name":"xmlking/MarkLogic-Starter-Kit","owner":"xmlking","description":"Angular 1.4 + New Router + JSPM","archived":false,"fork":false,"pushed_at":"2015-03-23T02:42:23.000Z","size":1104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T05:43:23.927Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"apprenda-kismatic/kubernetes-ldap","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xmlking.png","metadata":{"files":{"readme":"README copy.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-23T02:42:06.000Z","updated_at":"2016-01-30T04:02:10.000Z","dependencies_parsed_at":"2022-08-22T05:50:35.493Z","dependency_job_id":null,"html_url":"https://github.com/xmlking/MarkLogic-Starter-Kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2FMarkLogic-Starter-Kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2FMarkLogic-Starter-Kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2FMarkLogic-Starter-Kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmlking%2FMarkLogic-Starter-Kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmlking","download_url":"https://codeload.github.com/xmlking/MarkLogic-Starter-Kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245409596,"owners_count":20610562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T21:13:01.436Z","updated_at":"2025-03-25T06:24:07.096Z","avatar_url":"https://github.com/xmlking.png","language":"CSS","readme":"Employee Scheduling UI\n======================\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/martinmicunda/employee-scheduling-ui?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://secure.travis-ci.org/martinmicunda/employee-scheduling-ui.png)](http://travis-ci.org/martinmicunda/employee-scheduling-ui) [![devDependency Status](https://david-dm.org/martinmicunda/employee-scheduling-ui/dev-status.png)](https://david-dm.org/martinmicunda/employee-scheduling-ui#info=devDependencies) \n\n**Note: :warning: This project is under development.**\n\nAn UI component for [Employee Scheduling](https://github.com/martinmicunda/employee-scheduling) application. My talk from AngulaJS meetup in Dublin on \"**How to start writing apps with ES6, AngularJS 1.x and JSPM**\" can be found [here](http://martinmicunda.com/presentations/how-to-start-writing-apps-with-es6-angular-1x-and-jspm/how-to-start-writing-apps-with-es6-angular-1x-and-jspm.html#/).\n\n## Demo\nThis demo is running from [gh-pages](https://github.com/martinmicunda/employee-scheduling-ui/tree/gh-pages) branch in backend-less development env (see [backend-less](#backend-less) section).\n\n\u003ca href=\"http://martinmicunda.github.io/employee-scheduling-ui/dist\" target=\"_blank\"\u003eClick here to see it in action!\u003c/a\u003e\n\n![Employee Scheduling screenshot](screenshot.png \"Employee Scheduling screenshot\")\n\n## Features\n  * Use ES6 with Angular 1.3\n  * Use ES6 Modules via [SystemJS](https://github.com/systemjs/systemjs) and [ES6 Module Loader Polyfill](https://github.com/ModuleLoader/es6-module-loader)\n  * Manage development and production workflow with [JSPM](http://jspm.io/), [SystemJS builder](https://github.com/systemjs/builder) and [Gulp](http://gulpjs.com/)\n  * Mocked Backend Workflow - help with mocking backend-less development\n  * Achieve some of the Angular 2.0 goals while still running on Angular 1.3.x\n  * Produce optimised, production ready code for deployment and automatically deploy this code to [gh-pages](https://github.com/martinmicunda/employee-scheduling-ui/tree/gh-pages) after each commit via [Travis CI](https://travis-ci.org/martinmicunda/employee-scheduling-ui)\n\n##\u003ca name=\"installation-and-configuration\"\u003e\u003c/a\u003e Installation \u0026 Configuration\n\n###\u003ca name=\"platform-and-tools\"\u003e\u003c/a\u003e Platform \u0026 Tools\nYou need to install Node.js and then the development tools. Node.js comes with a package manager called [npm](http://npmjs.org) (requires npm version \u003e= 2.0.0 for this project) for installing NodeJS applications and libraries.\n\n[Install node.js](http://nodejs.org/download/) (requires node.js version \u003e= 0.10.0)\n\n[Install Gulp](http://gulpjs.com/) as global npm modules (requires node.js version \u003e= 0.10.0):\n\n```bash\n$ npm install -g gulp\n```\n###\u003ca name=\"installation\"\u003e\u003c/a\u003e Installation\n\n**1.** Clone or [fork](https://github.com/martinmicunda/employee-scheduling-ui/fork) this repository:\n```bash\n$ git clone git@github.com:martinmicunda/employee-scheduling-ui.git \n$ cd employee-scheduling-ui\n```\n\n**2.** Install local dependencies\n```bash\n$ npm install\n```\n\u003e **Note:** Verify that all 3rd party dependencies from [package.json](package.json) are installed on your local machine. If you have followed the instructions and there have been no errors when executing the above commands, the dependencies should be installed.\n     \n## How to Run\n### Development\nTODO: add development local steps once the backend is completed\n\n###\u003ca name=\"backend-less\"\u003e\u003c/a\u003e Backend-less\n\n####Advantages####\n  * Parallel development with backend\n  * Frontend can have a hand in defining API\n  * Control over responses\n  * Minimal impact on code\n  * Backend-less development (continue development even when backend not available)\n  * Useful for e2e tests\n  * Useful for demoing UI work without backend\n  \n```bash\n$ gulp serve\n```\n\n### Production\nSee [build](#build) section for more details how `build` is created.\n```bash\n$ gulp serve:dist\n```\n\n##\u003ca name=\"build\"\u003e How to Build\nThe build task get app ready for production. The build task include concatenation, minification, compression, cdn etc. If there have been no errors when executing the build command, the build should be located in `build/dist` directory and this build is ready for uploading to the server! To initiate a full build, you simply run the follow task:\n```bash\n$ gulp build\n```\n\nIf you want use CDN then add your CDN url to `PRODUCTION_CDN_URL` variable in [`gulpfile.js`](gulpfile.js) file and then run the build task with argument `--cdn` to replace local path with CDN url: \n```bash\n$ gulp build --cdn\n```\n\n## How to Test\nTODO\n\n## How to Deploy\nTODO\n\n##Tips\n```\n# Maintenance \nnpm update -g           #update all outdated global packages\nnpm update --save-dev   #update all outdated local packages (run from project directory) \nnpm update npm -g       #self npm update\nbrew update \u0026\u0026 brew doctor\nbrew upgrade node       #update to latest node version\nnpm shrinkwrap --dev    #Lock down dependency versions \n```\n\n##Roadmap\n* switch from [Node.js](http://nodejs.org/) to [io.js](https://iojs.org/)\n* switch form Gulp3 to Gulp 4\n\n## License\n\n    Copyright (c) 2014-2015 Martin Micunda  \n\n    Source code is open source and released under the GNU GPL v3 license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmlking%2Fmarklogic-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmlking%2Fmarklogic-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmlking%2Fmarklogic-starter-kit/lists"}