Web based user interface for mobile of tacowasa
- node v6
- npm
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
see package.json
npm run build
: build public files with webpacknpm run watch
: watch to buildnpm run lint:all
: run eslint for all js files