Commit df796604 authored by Evren Kutar's avatar Evren Kutar

readme enhancement

parent 27543add
# zaerp-ui
Zaerp User Interface
\ No newline at end of file
##Zaerp User Interface
##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
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