Skip to content

mattermost-ui-library 1.0.4

Install from the command line:
Learn more about npm packages
$ npm install @brightscout/mattermost-ui-library@1.0.4
Install via package.json:
"@brightscout/mattermost-ui-library": "1.0.4"

About this version

Mattermost-UI-Library

How to run the project

1. Clone it to your local machine

You need to clone (download) it to local machine using

$ git clone git@github.com:Brightscout/mattermost-ui-library.git

This makes a local copy of the repository in your machine. Now cd into the directory using the following command...

$ cd mattermost-ui-library

2. Use the correct node version

Once you've moved into the folder where you've cloned the repo, run the following command to check the node version (you need to install nvm before proceeding further)

$ nvm which

If you see the output something like N/A: version "v14.18.1" is not yet installed then run the following command

$ nvm install v14.18.1

Now run the following command to start using the above node version

$ nvm use

3. Install the dependencies

Run the following command to install the dependencies

$ npm install

The following are the available scripts:

4. Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

5. Folder Structure

.
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── manifest.json
│   ├── mattermost.png
│   └── robots.txt
├── src
│   ├── components
│   │   └── *
│   ├── styles
│   │   ├── abstract
│   │   │   ├── _mixins.scss
│   │   │   └── _variables.scss
│   │   ├── base
│   │   │   └── _utils.scss
│   │   ├── components
│   │   │   └──*
│   │   └── main.scss
│   ├── index.tsx
│   ├── react-app-env.d.ts
│   ├── reportWebVitals.ts
│   └── setupTests.ts
├── .browserslistrc
├── .editorconfig
├── .eslintignore
├── .gitignore
├── .nvmrc
├── .prettierignore
├── .prettierrc
├── package-lock.json
├── package.json
├── README.md
└── tsconfig.json

Made with ♥ by Brightscout

Details


Assets

  • mattermost-ui-library-1.0.4.tgz

Download activity

  • Total downloads 12
  • Last 30 days 0
  • Last week 0
  • Today 0