This repository is the development repository of application for note-taking using Milkcocoa real time data transmission service.
built application is distributed in https://moshisora.github.io/milcotaker
- Milkcocoa
- AngularJS 1.4.x
- generator-gulp-angular
gulp is used as build system helper. Install node packages and bower components in root directory of this repository.
$ npm install
$ bower install
$ gulp serve
: start local server for development connectable as localhost port 3000.$ gulp clean
: remove temporary files and directories. please exec this task when you create, rename, remove or replace any src files.$ gulp build
: make application files for distribution. it include compile CoffeeScript and sass files.
MIT