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

https://github.com/auth0-samples/samples-bootstrap-theme

Theme for the new Auth0 Quickstart sample applications
https://github.com/auth0-samples/samples-bootstrap-theme

Last synced: 11 months ago
JSON representation

Theme for the new Auth0 Quickstart sample applications

Awesome Lists containing this project

README

          

# Auth0 Quickstart Application Theme

A theme for the Auth0 Quickstart applications based on [Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/).

## Installation

Install the theme from the CDN:

```html

```

As the theme is based on Bootstrap 4, you will also need to include Bootstrap's CSS:

```html

```

As well as the JavaScript assets if you are not using a library such as [Reactstrap](https://reactstrap.github.io/) or [Bootstrap Widgets for Angular](https://ng-bootstrap.github.io/#/home):

```html

```

> **Note**: The intended use for this library is for the Auth0 QuickStart projects, which _do_ make use of JavaScript-enabled components, and so jQuery will need to be installed.

## Building Assets

To build the CSS assets into the `dist/` folder, use:

```bash
npm run build
```

This will then compile SCSS files into CSS, and minify the file to produce a production-ready version.

## Implementing the Custom Theme

Please read the [implementation guide](https://github.com/auth0-samples/samples-bootstrap-theme/wiki/Implementing-the-Design) for integrating this theme into a project.

## Version Information

This project uses the [Semver scheme](https://semver.org/) to manage versioning.

## Contributing

To contribute to this repository, please first read [the contributing guidelines](docs/CONTRIBUTING.md).