Calendar Widget

Setup
Getting started with Development
yarn
to get the project's dependencies.
yarn start
to start development server with live-reload and hot module replacement
- go to http://localhost:8080/index.html
Additionally you can run json-mock server
npm run mock-server
it serve maps api for local development. Mocks are in db.json
file.
Scripts
npm start
- starts development server with live-reload and hot module replacement
npm run build
- produces production version under the dist
folder
npm run test
- runs tests.
Config
apiHost | API host name | String | http://localhost:3000 for development, https://www.bookingsync.com for production |
apiNamespace | API namespase | String | /api/v2/public |
apiMapsRoute | route for maps | String | /maps.json?rental_id={params} - {params} is replaced with rentalId |