smart-house-frontend
v1.31.0
Published
Smart House UI
Readme
Smart House - Frontend
Links
Description
This is an awesome smart house project
How to use
- install node dependencies
npm install- run application
npm startIf 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