Skip to content

Commit 5610dfd

Browse files
reflexdemonfilipesilva
authored andcommitted
chore: add project readme and update gitignore
Fix #935 Close #1035
1 parent 01e31ab commit 5610dfd

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# <%= jsComponentName %>
2+
3+
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version <%= version %>.
4+
5+
## Development server
6+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
7+
8+
## Code scaffolding
9+
10+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/route/class`.
11+
12+
## Build
13+
14+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
15+
16+
## Running unit tests
17+
18+
Run `ng test` to execute the unit tests via Karma.
19+
20+
## Running end-to-end tests
21+
22+
Run `ng e2e` to execute the end-to-end tests via Protractor.
23+
Before running the tests make sure you are serving the app via `ng serve`.
24+
25+
## Deploying to Github Pages
26+
27+
Run `ng github-pages:deploy` to deploy to Github Pages.
28+
29+
## Further help
30+
31+
To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

addon/ng2/blueprints/ng2/files/gitignore

100644100755
+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
# IDEs and editors
1212
/.idea
13+
.project
14+
.classpath
15+
*.launch
16+
.settings/
1317

1418
# misc
1519
/.sass-cache

0 commit comments

Comments
 (0)