pipe-showroom
v0.1.5
Published
This module is needed to init a showroom project for a client and publish prototypes. If you are developer and have access to this git repo, you can also develop the Showroom React App in here.
Downloads
23
Readme
pipe-showoom
This module is needed to init a showroom project for a client and publish prototypes. If you are developer and have access to this git repo, you can also develop the Showroom React App in here.
Init
$ npm i pipe-create -g
$ pipe-create <clientname> --showroom
Publish
- Paste your prototype directory into the client directory
- From the client directory run
$npm run publish
- Choose your prototype with the arrow keys and start upload with enter.
- Follow the instructions from the CLI.
Develop Showroom
Firstly you need to be a member of the development team on github and therefore are granted access to the /src and /server folder.
Make changes to the showroom react app
$ npm run start
- Make code updates to src/
$ npm run build
(The build will directly be moved to template/showroomApp)- Update git
Make changes to the showroom react app
$ cd server && npm run start
- Make code updates to server/
- Update git