Skip to content

caperaven/crs-spa-starter

Repository files navigation

CRS Single Page Starter

Introduction

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.

Views

The application comes by default with three views already configured.

  1. Welcome - default view with view model
  2. About - html only view
  3. 404 - html only view

Styles

There are some basic styles set up.
The styles are broken down into logical files that can be used in a modular way.

  1. lib folder
    1. variables.css - css color variables
    2. header.css - header styles
    3. footer.css - footer styles
    4. main.css - main element and crs-router styles
    5. text.css - h1 -> h6 styles
    6. views.css - base for all views and imported in the views
  2. views folder
    1. welcome.css - styles for the welcome view
    2. about.css - styles for the about view
    3. 404.css - styles for the 404 view
  3. styles.css - main stylesheet

About

Spa application template that includes binding and router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published