Skip to content

alexroutledge/angular-apollo

Repository files navigation

Angular Starter Kit App

This project was generated with Angular CLI version 1.7.3.

To customise this app

Run ng set apps.0.prefix=my-app. This will change the default app name to my-app. Note, you will also need to change existing tag prefixes from angular-starter-kit to my-app.

Development server

Run npm run serve.dev for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Production server

Run npm run serve.prod for a production server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Development Build

Run npm run build.dev to build the project in development mode.

Production Build

Run npm run build.prod to build the project in production mode. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running client unit tests

Run npm run test.unit.client to execute the unit tests via Karma.

Running server unit tests

Run npm run test.unit.server to execute the unit tests via Mocha.

Running end-to-end tests

Run npm run test.e2e to execute the end-to-end tests via Protractor.

Save CI output to .txt file

Run npm run ci.to-file to save the CI output to a .txt file.

Check copyright statements

Run npm run tools.check-copyright to check copyright statements.

Add missing translations

Run npm run tools.auto-translate to add missing translations.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

An example app built using Angular, apollo client, graphql and ngrx store.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published