Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
64 lines (40 loc) · 1.47 KB

File metadata and controls

64 lines (40 loc) · 1.47 KB

AngularJS (1.x) to Angular Migration Presentation

Maintenance Status

Contents

Reference

The Spectacle core API is available in the Spectacle Docs.

Getting Started

  1. Download the boilerplate

    git clone [email protected]:FormidableLabs/spectacle-boilerplate.git
  2. Remove existing version control

    rm -R .git
  3. Install dependencies

    yarn install
  4. Start the webpack server. The server will run at localhost:3000.

    yarn start

Tutorial

If want you a step-by-step guide for getting started with Spectacle, a basic tutorial is available here.

Build & Deployment

Building the dist version of the project is as easy as running

yarn build

If you want to deploy the slideshow to surge, run

yarn deploy

Maintenance Status

Active: Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.