smarthouse-frontenddeprecated

Smart House UI

Usage no npm install needed!

<script type="module">
  import smarthouseFrontend from 'https://cdn.skypack.dev/smarthouse-frontend';
</script>

README

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