mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-02 11:47:51 +00:00
307 B
307 B
TIP WLAN Cloud Portal
Set up environment:
Install Dependencies
`npm install`
To link wlan-cloud-ui-library package locally for development:
npm link ../wlan-cloud-ui-library
Run:
Development
`npm start`
Tests
`npm run test`
Production
`npm run build`