https://github.com/auth0/single-page-app-seed
A very opinionated seed for creating Single Page Apps that uses NO framework at all. Just a bunch of component libs
https://github.com/auth0/single-page-app-seed
Last synced: 6 months ago
JSON representation
A very opinionated seed for creating Single Page Apps that uses NO framework at all. Just a bunch of component libs
- Host: GitHub
- URL: https://github.com/auth0/single-page-app-seed
- Owner: auth0
- License: mit
- Archived: true
- Created: 2014-11-04T17:30:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T21:56:49.000Z (about 10 years ago)
- Last Synced: 2024-10-15T03:02:40.183Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 39
- Watchers: 114
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Single Page App Seed
A very opinionated seed for creating Single Page Apps that uses NO framework at all. Just a bunch of [component libs](#used-libraries).
## Why?
You want to **create a new SPA but you don't want to depend on any framework** like AngularJS or Ember. You just want to roll your own thing. For that, you can start with this seed.
## Used libraries
### Build Libraries
* Browserify
* Rework
* Gulpfile
* Watchify
### App libraries
* RippleJS
* Page.js
* Bootstrap
## Prerequisites
Have gulp installed globally: `npm install -g gulp`
## Using it
Just run `npm install`, run `gulp` and then go to `http://localhost:3000`.
## Issue Reporting
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
## Author
[Auth0](auth0.com)
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.