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
- Host: GitHub
- URL: https://github.com/auth0-samples/samples-bootstrap-theme
- Owner: auth0-samples
- Created: 2018-12-11T12:17:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T07:08:24.000Z (almost 6 years ago)
- Last Synced: 2025-05-31T19:51:50.978Z (about 1 year ago)
- Language: CSS
- Size: 3.63 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
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).