Bootstrap Starter
Kickstart your XP Bootstrap project
Screenshots
The purpose of this starter kit is to act as a kick start for app development on Enonic eXperience Platform. This starter kit contains the popular Bootstrap HTML, CSS and JS framework, and a few usage examples based on Bootstrap's official examples. We have also added an example article content-type and templates for listing and showing article contents.
Releases
2.1.0
- Upgraded to XP 7.3.1
Compatibility:
- 7.3.1
2.0.0
- Added compatibility with XP7
- Upgraded to Bootstrap 4
Compatibility:
- 7.0.0
1.3.0
- Upgraded to latest Gradle plugin
Compatibility:
- 6.12.0
1.2.0
- Updated to the latest version of the Gradle plugin
Compatibility:
- 6.12.0
1.1.0
- Update to support changes in Enonic XP version 6.12.0. Still compatible back to 6.4.0.
Compatibility:
- 6.4.0
1.0.0
- Initial release - Will not work with Enonic XP version 6.12.0 or later
Compatibility:
- 6.4.0
- 6.11.1
Clone Bootstrap Starter
This version requires XP 7.0.0 or above.
Use Enonic CLI to set up your project.
Run the following command:
$
This version requires XP 6.15.0
To initialize a new project based on Bootstrap Starter, execute the command below. Remember to replace <com.company.myapp> with a unique name for your app, and </my/projects> with the location you want to store the project. <$XP_INSTALL> is the location of your XP installation.
OSX/Linux
Windows
The init-project tool initializes a new application project structure by retrieving a Git repository, removing all references to the Git repository, and adapting its build file properties (gradle.properties).