This is a template application based on CRS Starter.
It includes the CRS Router and CRS Binding Engine
The purpose here for rapid application development where the moving parts are already set up and ready to go for application development.
The application comes by default with three views already configured.
- Welcome - default view with view model
- About - html only view
- 404 - html only view
There are some basic styles set up.
The styles are broken down into logical files that can be used in a modular way.
- lib folder
- variables.css - css color variables
- header.css - header styles
- footer.css - footer styles
- main.css - main element and crs-router styles
- text.css - h1 -> h6 styles
- views.css - base for all views and imported in the views
- views folder
- welcome.css - styles for the welcome view
- about.css - styles for the about view
- 404.css - styles for the 404 view
- styles.css - main stylesheet