smart-house-frontend
Version:
47 lines (36 loc) • 1.31 kB
Markdown
# Smart House - Frontend
[](https://travis-ci.org/garage-it/SmartHouse-frontend)
[](https://codecov.io/github/garage-it/SmartHouse-frontend?branch=master)
[](https://badge.fury.io/js/smart-house-frontend)
[](https://david-dm.org/garage-it/SmartHouse-frontend)
[](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
```