sanji-cellular-ui
v3.8.1
Published
Sanji cellualr UI
Downloads
14
Readme
Sanji Cellular UI
UI Component of bundle cellular
Getting Started
Start mock API server and render via dev server
yarn
Build for production assets
yarn build
Test with CG Server
Set BASE_PATH
and API_TOKEN
to webpack.config.js
__BASE_PATH__: JSON.stringify(BASE_PATH || 'http://localhost:8000/api/v1'),
__API_TOKEN__: JSON.stringify(API_TOKEN || '12345678')
License
This project is licensed under the MIT License - see the LICENSE file for details