Skip to content

arBmind/presentation-bespoke-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bespoke.js Starter Presentation

A starter presentation for Bespoke.js.

Building the presentation

Prerequisites

In order to use this project, you must first satisify the prerequisites of Bespoke.js.

  1. Node.js >= 0.12 [1]

  2. Gulp (command line interface only)

    $ npm install -g gulp-cli

Setup

Next, clone the repository and switch to the project directory:

$ git clone https://github.com/opendevise/presentation-bespoke-starter.git
  cd presentation-bespoke-starter

Then, install the required dependencies:

$ npm i

Now you’re all set to build the presentation!

Building the static version

You can build a static version of the slides using the following command:

$ gulp

The files are built into the public directory. You can view the slides by navigating to public/index.html in your browser.

Launching the preview server

The preview server will monitor files for changes and automatically update the presentation. You can launch the preview server using:

$ gulp serve

Once the server is running, you can view the slides by navigating to http://localhost:8000 in your browser.


1. We strongly recommend using nvm to manage Node.

About

A starter presentation for Bespoke.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.6%
  • CSS 43.8%
  • HTML 7.6%