-
Notifications
You must be signed in to change notification settings - Fork 4
Structure
Eric edited this page Dec 21, 2022
·
20 revisions
OGX.JS comes with its own project structure and needs it to function properly.
project_root/www
project_root/www/app.json
project_root/www/css
project_root/www/css/bin
project_root/www/css/ilb
project_root/www/html
project_root/www/js
project_root/www/js/bin
project_root/www/js/lib
project_root/www/js/controllers
project_root/www/js/views
project_root/www/js/stages
You can create all of the structure once you've cloned the repo and init your project with the CLI by doing
ogx init
- Welcome
- Changelog
- Structure
- Configuration
- Getting started
- CLI
- Poly
- Core
- Templating
- Routing
- Controllers
- Components
- Extra Components
- Helpers
- Styling
- Debugging