Download the PHP package leadingfellows/revealjs_starterkit without Composer
On this page you can find all versions of the php package leadingfellows/revealjs_starterkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download leadingfellows/revealjs_starterkit
More information about leadingfellows/revealjs_starterkit
Files in leadingfellows/revealjs_starterkit
Package revealjs_starterkit
Short Description Starterkit for reveal.js
License GPL-2.0-or-later
Informations about the package revealjs_starterkit
this is a starterkit for using reveal.js
1. Installation:
using composer create-project
2. Running:
run using the shell script provided
how to specify the listening port?
3. Usage:
Edit the files in subdirectory "custom".
custom/index.html
this file must contain HTML section tags, each section being a reveal.js slide.
You can include sections in other files like this:
custom/index.html
custom/included.html
custom/inline.html
The content of this file will be inserted in the body of the main document. by default we put in there the header and footer
custom/css/custom.css
this file contains your custom css code
custom/js/custom.js
this file contains your custom js code. you can use it to update the document title
4. Manual install
clone code
clone the repository or use the following command to create the project without installing packages
cd to your directory
install dependencies (without running scripts)
setup reveal.js
reconfigure
manual run
All versions of revealjs_starterkit with dependencies
cweagans/composer-patches Version ^1.6
fxp/composer-asset-plugin Version ^1.4
npm-asset/reveal.js Version ^3.7
oomphinc/composer-installers-extender Version ^1.1
wikimedia/composer-merge-plugin Version ^1.4