1.0.3 • Published 4 years ago

@infobuild/ribx v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Setting Up Your Environment

Install Node.js or Yarn Package Manager

Node.js https://nodejs.org/en/download/ Yarn https://classic.yarnpkg.com/en/docs/install

Install VSC (Visual Studio Code)

VSC is the preferred IDE to use. Download and install from https://code.visualstudio.com/download

Starting the project

Install Project Dependencies

Open a terminal and run the following command from the project's root directory:

npm install or yarn install

Start project in development mode:

npm run storybook or yarn storybook