-
Notifications
You must be signed in to change notification settings - Fork 28
Home
You are looking at a so-called Slush generator template. Slush is described as a scaffolding system. This template is intended for scaffolding demo applications. The resulting applications should not be used for production as-is.
This Slush template provides a generic framework to perform scaffolding tasks using Gulp. We use Slush here to ramp up a new project folder with a single command. It will create a REST-type MarkLogic Roxy project for you, copy a Node.js/AngularJS stack on top of it, and run some initialization commands for you, all in a single run.
It comes with a barebones application, with a few of the most commonly used features already in place. Otherwise it is kept as clean, and empty as possible, to allow users like you to quickly blend in whatever you are going to need for your project.
- The README for the generator
- Core Tools and Components
- Project folder structure
- Reusable Components
- Quick Customization Recipes
- REST extensions
- Possible Issues
- Background
- Explaining the stack
- For a quicker route to a useful demo, see the Pre-Built Starter Applications
- If you are considering taking an app to production, see the Run in Production page
Understanding this library
- Background
- Explaining the stack
- Project folder structure
- Core Tools and Components
- REST extensions
- UI and UX Details
- Possible Issues
Creating your own demo