Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 808 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 808 Bytes

tacowasa-mobile

Web based user interface for mobile of tacowasa

Build Status

requirements

  • node v6
  • npm

install

development

git clone https://github.com/Kait-tt/tacowasa-mobile
cd tacowasa-mobile
npm install
npm run build
npm link
cd ..

git clone https://github.com/Kait-tt/tacowasa
cd tacowasa
# see https://github.com/Kait-tt/tacowasa#development
npm link tacowasa-mobile
# add {"path": "tacowasa-mobile"} to "addons" on config/development.json

npm start
# open http://localhost:3000 in browser

scripts

see package.json

  • npm run build : build public files with webpack
  • npm run watch : watch to build
  • npm run lint:all : run eslint for all js files