0.0.2 • Published 5 years ago

@capsulajs/capsula-hub-test-npm v0.0.2

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

Capsula Hub

Description

An awesome tool to develop and test your micro-frontend services !

Install

$ npm install -g @capsulajs/capsula-hub

or

$ yarn global add @capsulajs/capsula-hub

Usage

capsula-hub run if you install it globally yarn/npm run with npm scripts

Run it locally

To install the dependencies: yarn install

To run the app: yarn start

To run the linter: yarn lint

To run the tests: yarn test

To generate the doc: yarn doc