Status
July 20, 2020 ยท View on GitHub
This project is archived until next garage-it iteration.
See you then!
๐
Smart House - Frontend
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