Skip to content

Kait-tt/tacowasa-mobile

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published