Skip to content

Commit 511c41c

Browse files
committed
Readme changed
1 parent d7e397c commit 511c41c

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

README.md

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Kipucolva!
22
Hozzáadva a bootstrap, jquery
3+
34
Kiszedve a boiler
5+
46
Magyarítva
7+
8+
A további részek az eredetiből vannak
59
# angular-seed — the seed for AngularJS apps
610

711
This project is an application skeleton for a typical [AngularJS](http://angularjs.org/) web app.
@@ -78,38 +82,6 @@ npm start
7882

7983
Now browse to the app at `http://localhost:8000/app/index.html`.
8084

81-
82-
83-
## Directory Layout
84-
85-
```
86-
app/ --> all of the source files for the application
87-
app.css --> default stylesheet
88-
components/ --> all app specific modules
89-
version/ --> version related components
90-
version.js --> version module declaration and basic "version" value service
91-
version_test.js --> "version" value service tests
92-
version-directive.js --> custom directive that returns the current app version
93-
version-directive_test.js --> version directive tests
94-
interpolate-filter.js --> custom interpolation filter
95-
interpolate-filter_test.js --> interpolate filter tests
96-
view1/ --> the view1 view template and logic
97-
view1.html --> the partial template
98-
view1.js --> the controller logic
99-
view1_test.js --> tests of the controller
100-
view2/ --> the view2 view template and logic
101-
view2.html --> the partial template
102-
view2.js --> the controller logic
103-
view2_test.js --> tests of the controller
104-
app.js --> main application module
105-
index.html --> app layout file (the main html template file of the app)
106-
index-async.html --> just like index.html, but loads js files asynchronously
107-
karma.conf.js --> config file for running unit tests with Karma
108-
e2e-tests/ --> end-to-end tests
109-
protractor-conf.js --> Protractor config file
110-
scenarios.js --> end-to-end scenarios to be run by Protractor
111-
```
112-
11385
## Testing
11486

11587
There are two kinds of tests in the angular-seed application: Unit tests and End to End tests.

0 commit comments

Comments
 (0)