Map application that displays CCTV cameras and lets you upload new ones using the cctvwatch-api.
git clone https://github.com/moklick/cctvwatch.git
cd cctvwatch
npm install
- Dev:
Gulp will also create a proxy in order to proxify all backend/API resource locally.
Responses will be cached under
/cache
, edit them and have fun programming backend-free.
gulp
- Release:
gulp release
- Deploy:
This task will rsync the
dist/
folder to the production server. You obliviously need production-keys in order to accomplish that.
gulp deploy
- node.js
- npm