Twilio Rest server test app
-
Run
npm installto install server dependencies. -
Run
bower installto install front-end dependencies. -
Run
mongodin a separate shell to keep an instance of the MongoDB Daemon running -
Run
gulp serveto start the development server. It should automatically open the client in your browser when ready.
Run gulp build
Running npm test will run the unit tests with karma.