You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm start | Starts the app. Then, go to `localhost:4200`
47
-
npm run test | Runs unit tests with karma and jasmine
48
-
npm run e2e | Runs end to end tests
49
-
npm run build | Builds the app for production
50
-
npm run lint | Runs the linter (tslint)
51
-
npm run ci | Executes linter and tests
52
-
npm run deploy | Builds the app and deploy it to Github pages (angular-cli-ghpages) (fork to do this and remove CNAME file)
53
-
npm run sme | Builds and runs source map explorer, really cool :)
54
-
npm run release | Creates a new release using standard-version
55
-
npm run docker | Builds the docker image and run the container
45
+
npm i | Install everything needed
46
+
npm start | Start the app in development mode
47
+
npm run test | Run unit tests with karma and jasmine
48
+
npm run e2e | Run end to end tests
49
+
npm run build | Build the app for production
50
+
npm run lint | Run the linter (tslint)
51
+
npm run ci | Execute linter and tests
52
+
npm run deploy | Build the app and deploy dist folder to Github pages (angular-cli-ghpages) (fork to do this and remove CNAME file)
53
+
npm run sme | Build and run source map explorer, really cool :)
54
+
npm run release | Create a new release using standard-version
55
+
npm run docker | Build the docker image and run the container
56
56
57
57
## Features
58
58
59
-
* Responsive layout (flex layout module)
60
-
* SASS (most common used functions and mixins) and BEM styles
61
-
* Modal and toasts (snakbar)!
62
59
* CRUD: create, update and remove heroes
63
60
* Search bar, to look for heroes
64
61
* Custom loading page
65
62
* Angular Pipes
66
63
* Interceptors and Events (Progress bar active, if a request is pending)
64
+
* Modal and toasts (snakbar)!
65
+
* Responsive layout (flex layout module)
66
+
* SASS (most common used functions and mixins) and BEM styles
67
67
* Internationalization
68
68
* Lazy loading modules
69
69
* Service Workers
@@ -93,23 +93,22 @@ This library contains a sample module, component, pipe, directive, all with test
93
93
94
94
You can see how to use it, or develop a new one in the repository. Any doubts, please submit an issue or make a pull request.
95
95
96
-
97
-
98
96
## Travis CI
97
+
99
98
We use Travis CI to run this tasks in order:
100
99
* Linter
101
100
* Tests
102
101
* Build for production
103
102
* Deploy in Github pages
104
-
:)
105
103
106
104
## Contributing
105
+
107
106
- Please see the CONTRIBUTING file for guidelines.
108
107
- Create **pull requests, submit bugs, suggest new features** or documentation updates :wrench:
109
108
110
109
## Server
111
110
112
-
This repo is using an API which is [a minimal app](https://github.com/Ismaestro/nodejs-example-app) in NodeJS deployed on Heroku and using PostGreSQL, to create, modify and delete heroes.
111
+
This repo is using [a minimal app](https://github.com/Ismaestro/nodejs-example-app) in NodeJS deployed on Heroku and using PostGreSQL, to create, modify and delete heroes.
113
112
114
113
## Contributors
115
114
@@ -119,6 +118,6 @@ Thanks to all contributors and their support!
0 commit comments