mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-30 02:12:39 +00:00
d750a0e7982a3aa7a0b084c7103e5c0b761e3ed1
TIP WLAN Cloud Portal
Set up environment:
Install Dependencies:
npm install
You will get an error installing the package wlan-cloud-ui-library because it is in a private npm registry. Run
npm login --registry=https://tip.jfrog.io/artifactory/api/npm/tip-wlan-cloud-npm-repo/
And enter the supplied credentials. Ask @sean-macfarlane for credentials if you don't have.
Install package:
npm i --registry=https://tip.jfrog.io/artifactory/api/npm/tip-wlan-cloud-npm-repo/ @tip-wlan/wlan-cloud-ui-library
Set up with local wlan-cloud-ui-library
Skip this section if you are not using a local wlan-cloud-ui-library
Clone wlan-cloud-ui-library in parent folder
cd ..
git clone https://github.com/Telecominfraproject/wlan-cloud-ui-library.git
Link wlan-cloud-ui-library package locally for development:
cd wlan-cloud-ui
npm link ../wlan-cloud-ui-library
If npm link fails due to Permissions run with sudo
sudo npm link ../wlan-cloud-ui-library
Run:
Development
npm start
Tests
npm run test
Production
npm run build
Description
Languages
JavaScript
97.6%
HTML
0.8%
Dockerfile
0.8%
SCSS
0.5%
Shell
0.2%