1.1.0 • Published 8 years ago

appstackr-client-generator v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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

1.1.0

8 years ago

1.0.4

9 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago