UI Component of bundle cellular
Start mock API server and render via dev server
yarn
Build for production assets
yarn build
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')
This project is licensed under the MIT License - see the LICENSE file for details