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

appstackr-client-generator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appstackr-client-generator

A personal `React` Component starter kit to develop client component with appstackr

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

A personal React Component starter kit to develop client component with appstackr

Usage

#####Install appstackr-client-generator globally

npm install -g appstackr-client-generator

#####Init a React component project, e.g. an Example component

appstackr example

#####Install dependencies:

cd example && npm install

#####Initial stacking:

npm run appstack

#####Start multiple screens syncing development

npm run bsync

Push this project to Github, or private repository server, or publish to npmjs

#####Install this module into another project

npm install example --save-dev
var Example = require('example');

In appstackr server project, this module can copy images to public image directory, check lib/style/images.files

Keywords

FAQs

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