mattermost-ui-library 1.0.0
Install from the command line:
Learn more about npm packages
$ npm install @brightscout/mattermost-ui-library@1.0.0
Install via package.json:
"@brightscout/mattermost-ui-library": "1.0.0"
About this version
You need to clone (download) it to local machine using
$ git clone [email protected]: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
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
Run the following command to install the dependencies
$ npm install
The following are the available scripts:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
.
├── 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
- mattermost-ui-library
- Brightscout
- about 2 years ago
- 50 dependencies
Assets
- mattermost-ui-library-1.0.0.tgz
Download activity
- Total downloads 1
- Last 30 days 0
- Last week 0
- Today 0