Home Automation mobile App is developed using ionic 3 / ionic-angular framework www.ionicframework.com
All Developers are invited without an invitation card to contribute.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Node.js
How to install node.js see documentation nodejs
If you already installed latest version of node then check it using
node -v
npm -v
- ionic v 3.19
install latest version for ionic framework by using following command in node cmd.
Skip this step if already installed
npm install -g ionic@latest cordova@latest
Check latest installed version of Ionic
ionic -v
Use step by step to avoid error.
- Get this project in your PC
clone this project in your wroking directory or wherever you want using
git clone https://github.com/ashish-eqn/ionic-3-Home-Automation.git
cd ionic-3-Home-Automation
- Install node_moddule dependencies
Make sure you are in "ionic-3-Home-Automation" directory
npm install
- Serve or View in your default Web Browser
ionic serve -l
- Push your work in GitHub repo
git add -A
git commit -m "<YOUR COMMENT FOR CHANGES>"
git push
Thank You !!