New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inferno-presenter

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inferno-presenter

A framework to create html presentations

  • 0.2.1
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

inferno-presenter

This is a framework to build beautiful web slides. It is based on inferno and rxjs to provide high performance and extensibility.

Crete a inferno-presenter project

To get started, you should create an npm package and install the inferno-presenter library:

npm init
npm i -D inferno-presenter

In your package.json file you can now insert the following scripts:

{
  "setup": "slides init <project-name>",
  "start": "slides serve"
}

Now you can generate a basic project setup and launch the dev server:

npm run setup
npm start

Keywords

FAQs

Package last updated on 05 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc