https://github.com/jacobv90/homeease
https://github.com/jacobv90/homeease
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobv90/homeease
- Owner: JacobV90
- Created: 2016-08-30T04:14:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T07:25:46.000Z (over 8 years ago)
- Last Synced: 2025-01-12T14:51:22.511Z (4 months ago)
- Language: HTML
- Size: 3.86 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Ease Dev Team
I recommend using the Atom IDE or Sublime (mac) because you are able to add language
packages on themes. Install the "angularjs" and "atom-typescript" packages. It will
make your life easier.# Environment Setup
Install the latest version of Node.js
Run: "npm run env-setup"# Development Setup
Run: "npm run dev-setup"# Workflow
Run: "gulp"
- Ignore warnings from terminal if running this command from a fresh cloneNavigate to URL where files are being served (address is in terminal output from gulp)
# Device
Run: ionic run (android/ios)#HTML
Files are located in www/templates
- after adding a new html file, update the state provider with the location in app.ts#Angular/Javascript
Write angular code in the src folder outside the www folder
- typescript will be compiled into www/js on save#CSS
Write css code in the scss folder
- sass will be compiled into www/css on save