0.0.1 • Published 8 years ago

wisper.client v0.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

wisper.client

Build Status npm version

scheduler for day. you must split day work into small piece, save it to app/scheduler.json. application will remide what you must do now

installations

you must installed below packages

  • nodejs version 6.x, contains v8 and npm
  • git
  • mongodb-org
  • google-chrome-stable, because this repo design for webkit css
# clone source repository
git clone https://github.com/kevin-leptons/wisper.client.git
cd wisper.client

# install development environment
sudo npm install -g bower gulp
npm install
bower install

development

# start auto development tools
# it will open login page in browser
# then edit source code, tools will be auto rebuild
# if any dependency module or add new file, run command again
npm start

# in case wisper service is not stable, it must verify with client
# go to https://github.com/kevin-leptons/wisper.service to install service
# then start it
# client can start without service and use above service below
npm run start-no-service