Pixwel user interface
The Pixwel UI provides an interface to the Pixwel API for end-users and system administrators. Level up your Angular 1.3.x game as high as you can before starting working on the Pixwel UI.Setup
Run Server
Structure
| Path | Description |
|---|---|
| app | The AngularJS application lives in here. |
| app/config | Various scraps of configuration. |
| app/css | Static CSS, simply committed to SCM. Similar case to app/lib. |
| app/files | Some bits of user manual that Pixwel make available for download. Worth a read if you’re new to Pixwel. |
| app/img | Picshures |
| app/js | The actual code for the UI. |
| app/lib | Our user-facing dependencies are here. They are simply checked into SCM, we aren’t presently using bower or npm to manage user-facing dependencies. |
| app/partials | Partial templates. “The HTML”, basically. |
| build | The target directory of the UI grunt build. |
| less | The main styles, ready for processing via Less, which is done by the UI grunt build. |
| test | See ui testing. |
More UI
- Pixwel UI - unit testing - User interface.
- Pixwel UI - gulp build pipeline - User interface.
Back to docs index | Next page in recommended reading order >>