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
df796604
Commit
df796604
authored
Jun 03, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme enhancement
parent
27543add
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
1 deletion
+59
-1
README.md
README.md
+59
-1
No files found.
README.md
View file @
df796604
# zaerp-ui
# zaerp-ui
Zaerp User Interface
##Zaerp User Interface
\ No newline at end of file
##Get Ready For Development
1.
Get Repo
```
git clone git@hdjskdhajsk
```
*if you are not familiar to git follow these guides:*
-
https://git-scm.com/doc
-
https://try.github.io/levels/1/challenges/1
2.
Download and Install nodejs:
*
https://nodejs.org/download/
3.
Install Bower
4.
run
`bower install`
to install packages listed in bower.json
5.
run
`npm install`
to install packages listed in package.json
6.
After getting all packages and installing all dependencies run this command to start http server:
```
npm start
```
*you can use any other http server to serve app*
##Tools
##Principles
Comment!
Development Cycle
Using Version Control System
Coding Standarts
Testing
*
_test.js files are unit test files coded in Jasmine. to run tests run this command:
npm test
this command will recognize test cases and printout the test result
##Must Reads:
-
https://google-styleguide.googlecode.com/svn/trunk/angularjs-google-style.html
-
https://github.com/angular/angular.js/wiki/Best-Practices
-
https://angular.github.io/protractor/#/tutorial
-
https://docs.angularjs.org/guide
-
http://en.wikipedia.org/wiki/Iterative_and_incremental_development
\ No newline at end of file
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