An open API service indexing awesome lists of open source software.

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

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.