Display your deployed versions and monitor it.
node
(minimumv8
)npm
(minimumv5
)java
(minimumv8
)
Using make
to build and run the project(s):
-
- Install the
npm
dependencies for all projects, usemake install.local
- Install the
Open 2 terminals and run each of these commands in its own terminal:
-
- API
AUTH0_CLIENT_ID_TEST=XXX AUTH0_CLIENT_SECRET_TEST=YYY NODE_ENV=development make api
- API
NOTE: You will need a pem
file for local development
-
- UI
make ui
- UI
Then visit http://localhost:4200/
make api.clean
resets the config files (do not use if you have made manual changes to the `api/config.json file)
- API, read the API docs
- Web UI, read the UI docs
- Alexa Skill, read the Alexa Skill docs
Use Floobits to do realtime coding collaboration.