|
38 | 38 |
|
39 | 39 | ## Usage |
40 | 40 |
|
41 | | -Tasks | Description |
42 | | ---------------------|--------------------------------------------------------------------------------------- |
43 | | -npm i | Installs everything needed |
44 | | -npm start | Starts the app. Then, go to `localhost:4200` |
45 | | -npm run test | Runs unit tests with karma and jasmine |
46 | | -npm run e2e | Runs end to end tests |
47 | | -npm run e2e:home | Runs end to end tests only for the home directory |
48 | | -npm run build | Builds the app for production |
49 | | -npm run lint | Runs the linter (tslint) |
50 | | -npm run ci | Executes linter and tests |
51 | | -npm run deploy | Builds the app and deploy it to Github pages (angular-cli-ghpages) (fork to do this and remove CNAME file) |
52 | | -npm run sme | Builds and runs source map explorer, really cool :) |
53 | | -npm run release | Creates a new release using standard-version |
54 | | -npm run docker | Builds the docker image and run the container |
| 41 | +Tasks | Description |
| 42 | +-------------------------|--------------------------------------------------------------------------------------- |
| 43 | +npm i | Installs everything needed |
| 44 | +npm start | Starts the app. Then, go to `localhost:4200` |
| 45 | +npm run test | Runs unit tests with karma and jasmine |
| 46 | +npm run e2e | Runs end to end tests |
| 47 | +npm run e2e:home | Runs end to end tests only for the home directory |
| 48 | +npm run build | Builds the app for production |
| 49 | +npm run lint | Runs the linter (tslint) |
| 50 | +npm run ci | Executes linter and tests |
| 51 | +npm run deploy | Builds the app and deploy it to Github pages (angular-cli-ghpages) (fork to do this and remove CNAME file) |
| 52 | +npm run sme | Builds and runs source map explorer, really cool :) |
| 53 | +npm run release | Creates a new release using standard-version |
| 54 | +npm run docker | Builds the docker image and run the container |
55 | 55 |
|
56 | 56 | ## Features |
57 | 57 |
|
|
0 commit comments