Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gigster/block-create-react-app

Package Overview
Dependencies
Maintainers
9
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gigster/block-create-react-app

Role | Name | Email | Slack ---- | ---- | ----- | ----- *Product Owner* | Frances Haugen | [frances@gigster.com](mailto:frances@gigster.com) | [@frances] *Maintainer* | Casey Barbello | [casey@gigster.com](mailto:casey@gigster.com) | [@casey] *Maintainer*

  • 1.1.18
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

block-create-react-app

RoleNameEmailSlack
Product OwnerFrances Haugenfrances@gigster.com[@frances]
MaintainerCasey Barbellocasey@gigster.com[@casey]
MaintainerMark Miyashitamark.miyashita@gigster.com[@mark]

Overview

This block generates a simple React web app using create-react-app v1.5.1 as a boilerplate that we modify.

Usage

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

- name: web
  location: 'npm:@gigster/block-create-react-app@VERSION'

After generating your project, you can cd into the new web directory. To start your app, simply run:

yarn install
yarn start

and you should see:

Compiled successfully!
You can now view web in the browser.

  Local:            http://localhost:3000/
  On Your Network:  http://10.0.2.52:3000/

FAQs

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