Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
9f2cd7b7
Commit
9f2cd7b7
authored
Jun 03, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme enhancement +
parent
da9fa516
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
README.md
README.md
+15
-14
No files found.
README.md
View file @
9f2cd7b7
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment