This document discusses using APEX Nitro to improve the APEX development process. APEX Nitro allows developers to write CSS and JavaScript locally and have changes automatically synced to their APEX application. It provides features like error handling, minification, concatenation, and preprocessing to boost performance and maintainability. The document reviews how to install, configure, and use APEX Nitro to enhance the front-end development experience.
2. About Me
? 10 years of experience with APEX
? presenter at HROUG, SIOUG, APEX World, KSCOPE, APEX
Alpe Adria, APEX Connect
? apex.world Member of the year 2017
? APEX related blog apexbyg.blogspot.com
? Twitter: @mgoricki
5. ? software development company focused on consulting and business solution development
? technology focus Oracle (APEX)
? APEX educations, consulting, plugin development
? our APEX solutions:
? HR management software
? Regulatory reporting for insurance
? Reinsurance
? GDPR
6. Agenda
? How to use CSS in APEX
? APEX Nitro Magic
? Installation and Con?guration
? Top Features
25. 1. Installation
? Prerequisites
? Node.js >= 6
? SQLcl >= 17.2 (optional, only for publish feature)
? Open CLI (CMD/Terminal):
? npm install -g apex-nitro
27. 2. Con?gure Project
? apex-nitro con?g <project>
? basic and advanced mode
? before launching you have to create source (SRC) folder with prede?ned
structure
52. Other Cool Features
? Responsive Development (Ghost Mode)
? Automatic Heading
? Theme Roller Customization
53. Bene?ts from Nitro
? boost your front-end APEX development
? better application performance
? reduce repeating tasks
? increase maintainability
? enhance teamwork
? help you write better CSS
? make responsive development easier