1.0.13 • Published 8 years ago
box-backend v1.0.13
Starter Kit Backend
A functional starter kit to help you build integrations
Prerequisites
- Node.js (Version 6 and up recommended)
Installation
- Clone down the repository.
git clone https://git.broadsoft.com/BroadSoftLabs/starterKit-backend.git- Install packages (from inside the starterKit-backend folder).
npm installCreate your config. There's a
config.json.examplefile in the root. Save it asconfig.jsonand leave it in the root.Start it up.
npm start- Enjoy!
Documentation
This project was built with JSDoc support. To generate documentation:
npm run jsdocNavigate to /out/index.html to view your documentation.