1.4.1 • Published 5 years ago

@opuscapita/react-showroom-server v1.4.1

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
5 years ago

Node - Showroom Server

CircleCI Status badge-npm-version NPM Downloads badge-license

Synopsis

Server side for @opuscapita/react-showroom-client.

Motivation to develop

  • Easily browsing react components with examples to pick the most appropriate component for your current task
  • Provide an always actual documentation

Usage

  • Clone repository

    git clone https://github.com/OpusCapita/react-showroom-server
  • Install dependencies

    npm install
  • Host and port configuration here

  • Run this goal (see configuration below)

    npm run init-packages

What this goal do:

  • Remove packages installation root directory named specified here

  • Install packages list specified here

  • Scan npm packages directories to find components. Only documented components will be added. Config here

  • Make bundles using webpack configuration. Maybe you should not change it

  • Components must be available as fields of npm package main file

Roadmap

  • Improve init-packages process
  • Make Docker container for easy deploy and update

Contributors

License

OpusCapita 2016

1.4.1

5 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

7 years ago

1.2.0

7 years ago