https://github.com/fiveisprime/spa
Single page application scaffolding.
https://github.com/fiveisprime/spa
Last synced: 8 months ago
JSON representation
Single page application scaffolding.
- Host: GitHub
- URL: https://github.com/fiveisprime/spa
- Owner: fiveisprime
- License: mit
- Created: 2013-12-18T02:51:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-19T18:17:03.000Z (over 12 years ago)
- Last Synced: 2025-06-03T03:05:52.530Z (about 1 year ago)
- Language: CSS
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
spa
===
Single page application scaffolding.
The structure of this application is as follows. All precompiled client-side
assets exist in the `client` directory. JavaScript and CSS in the `public`
directory are there as a result of the `gulp build` step.
Server-side routes and controllers are in the `server` directory and include an
`index.js` script that is meant to be a bootstrap for the routes and
controllers.
#### Client
* Exoskeleton MVC
* Handlebars templating
#### Server
* Express
* EJS rendering
#### Tooling
Includes a gulp file with the following tasks:
* Lint
* Build
* Compress (separate task)
The build task includes concatenation of JavaScripts, compilation of client-side
handlebars templates, and myth is run against the main style.css in client.