Commit 9f2cd7b7 authored by Evren Kutar's avatar Evren Kutar

readme enhancement +

parent da9fa516
...@@ -22,20 +22,8 @@ ...@@ -22,20 +22,8 @@
``` ```
*you can use any other http server to serve app* *you can use any other http server to serve app*
##Tools
Now that you have the repo, npm and bower installed, you may now start to develop.
##Principles
Git:
- Always work with branches
- **NEVER MESS WITH MASTER BRANCH!!**
- Commit by little changes
Code:
- Use comments to explain what your code does
- Code clean and neat
##Development Cycle ##Development Cycle
Now that you have the repo, npm and bower installed, you may now start to develop.
##Testing ##Testing
...@@ -46,7 +34,20 @@ Code: ...@@ -46,7 +34,20 @@ Code:
this command will recognize test cases and printout the test result. this command will recognize test cases and printout the test result.
To run e2e tests, which is located under e2e-tests folder, we use protractor, To run e2e tests, which is located under e2e-tests folder, we use protractor. Run this command to run e2e tests:
protractor e2e-tests/protractor.conf.js
##Principles
###Git:
- Always work with branches
- **NEVER MESS WITH MASTER BRANCH!!**
- Commit by little changes
###Code:
- Use comments to explain what your code does
- Code clean and neat
- Name variables, objects with expository words
##Must Reads: ##Must Reads:
- https://google-styleguide.googlecode.com/svn/trunk/angularjs-google-style.html - https://google-styleguide.googlecode.com/svn/trunk/angularjs-google-style.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment