Socket
Socket
Sign inDemoInstall

@gigster/block-loopback

Package Overview
Dependencies
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gigster/block-loopback

Role | Name | Email | Slack ---- | ---- | ----- | ----- *Product Owner* | Frances Haugen | [frances@gigster.com](mailto:frances@gigster.com) | [@frances](https://gigster.slack.com/messages/@frances) | *Maintainer* | Jerome Curlier | [jerome@gigster.com](m


Version published
Maintainers
9
Created
Source

Loopback Block - @gigster/block-loopback

RoleNameEmailSlack
Product OwnerFrances Haugenfrances@gigster.com@frances
MaintainerJerome Curlierjerome@gigster.com@jerome
DeveloperMark Miyashitamark.miyashita@gigster.com@mark

Overview

Add the following yaml to your gig.yaml to create a new block called api using block-loopback. Make sure to replace VERSION with the specific version of the module. The latest version can be found here.

...
blocks:
  - name: api
    location: 'npm:@gigster/block-loopback@VERSION'

The block-loopback generates a barebones Loopback 3.x API. We provide a base eslint config which makes the code standardized.

Usage

After generating your project, you can cd into the new api directory. To get your app up and running, simply run:

yarn install
yarn start

and you should see:

Web server listening at: http://localhost:3000
Browse your REST API at http://localhost:3000/explorer

Navigate to http://localhost:3000/explorer to view the Loopback Explorer.

FAQs

Package last updated on 26 Apr 2018

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