# Smart House - Frontend

[![Build Status](https://travis-ci.org/garage-it/SmartHouse-frontend.svg?branch=master)](https://travis-ci.org/garage-it/SmartHouse-frontend)
[![codecov.io](https://codecov.io/github/garage-it/SmartHouse-frontend/coverage.svg?branch=master)](https://codecov.io/github/garage-it/SmartHouse-frontend?branch=master)
[![npm version](https://badge.fury.io/js/smart-house-frontend.svg)](https://badge.fury.io/js/smart-house-frontend)
[![dependencies Status](https://david-dm.org/garage-it/SmartHouse-frontend/status.svg)](https://david-dm.org/garage-it/SmartHouse-frontend)
[![devDependencies Status](https://david-dm.org/garage-it/SmartHouse-frontend/dev-status.svg)](https://david-dm.org/garage-it/SmartHouse-frontend?type=dev)

# Links
* [Demo](https://garage-it-smart-house.herokuapp.com)

# Description
This is an awesome smart house project

# How to use
- install node dependencies
```sh
  npm install
```

- run application
```sh
  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
```sh
  npm test
```

- run eslint validation
```sh
  npm run validate
```

- run eslint validation & automatically fix problems
```sh
  npm run lintfix
```

- build application
```sh
  npm run build
```
