0.1.0 • Published 8 years ago

smarthouse-frontend v0.1.0

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

Smart House - Frontend

Build Status codecov.io

Links

Description

This is an awesome smart house project

How to use

  • install node dependencies
  npm install
  • run application
  npm start

If you need to set up environment variables - just copy .env.example to .env and feel free to set up

  • run unit tests
  npm test
  • run eslint validation
  npm run validate
  • run eslint validation & automatically fix problems
  npm run lintfix
  • build application
  npm run build