Skip to content

Sanji-IO/sanji-cellular-ui

Repository files navigation

Sanji Cellular UI

UI Component of bundle cellular

demo

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