Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@tripetto/forms-quickstart

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@tripetto/forms-quickstart

Quick start to see the Tripetto Forms editor and collector in action.

unpublished
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

version license downloads pipeline status styled with prettier docs chat

Quick start to see the Tripetto Forms editor and a simple collector implementation in action.

Tripetto Forms bring a new way of creating and deploying forms in websites and applications. You use its intuitive graphical editor to build and edit smart forms with logic and conditional flows in 2D on a self-organizing drawing board. In any modern browser. Mouse, touch or pen.

And you deploy these smart forms in websites and applications using the supplementary collector library. Anything you build in the editor, the collector will simply run. You just focus on the visuals of the embedded form.

This quick start demo allows to create forms using the editor and run them right away in a simple collector.

Install using npm

  • Install the quick start demo using npm:
$ npm install @tripetto/forms-quickstart -g
  • Start it:
$ tripetto-quickstart

This will start the Tripetto Editor server and probably your default browser will automatically open http://localhost:3333 (if not, open the browser of your choice and point it to this URL). Now start editing/building your form. Save your form by clicking the Save-button and click the Preview-button at the right (second button from the top) to see the form in action.

The editor runs at: http://localhost:3333.

The collector runs at: http://localhost:3334.

Or install it from the repository

$ git clone git@gitlab.com:tripetto/forms/quickstart.git
  • Inside the quick start folder run:
$ npm install
  • Start it:
npm start

Documentation

The complete Tripetto Forms documentation can be found at: https://forms.tripetto.community.

Issues

Run into issues using this demo? Report them here.

Problems using the editor? Report bugs and issues here.

Support

For general support contact us at support@tripetto.com.

About us

If you want to learn more about Tripetto or contribute in any way to our ambitions, visit us at Tripetto.com.

FAQs

Package last updated on 11 Oct 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