Last active
April 2, 2018 09:17
-
-
Save miukki/540cc0c1163bdee8e78c42b955337c3d to your computer and use it in GitHub Desktop.
repo ng1.6, capistrano usage example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. UI looks like : [ui1, ...] | |
2. test: | |
2.1 Unit test Jasmin you can check coverage repost /coverage/report-html/index.html | |
2.2 e2e example test -> test/ | |
3. app/scripts/ scripts | |
4. app/data client validation rules (schema), definitions.schema.json - definitions for each rule | |
5. Builder scripts located in gruntFile.js and local-server-launcher also there | |
6. all test sample in test/ | |
7. config/deploy cap deploy sample script | |
8. circle CI script also you can find in repo | |
9. pre-commit hooks: overcommit_hooks/ | |
10. sample code https://github.com/miukki/front-end-ng1.6-repo-sample |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ui1 https://monosnap.com/file/RPLZPrguXchjgnX2ryTT6oYemMHD3R | |
ui2 https://monosnap.com/file/yboMEO6xTE41Wowb2iTN5QYRjz6nQS | |
ui3 https://monosnap.com/file/RcsqT1JLxN4IfffRvogfLhIQVDdTSN | |
ui4 https://monosnap.com/file/mEM6dUGap7voHNRXKXOs0wbmKsnCBU | |
ui5 https://monosnap.com/file/sHInNBj0Fsinh4HbNTAWHl9peT8U9S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment