This project was generated with Angular CLI.
- Angular 6.x
- Angular Material 6 and Teradata Covalent as UX frameworks.
- @ngrx platform as state control.
- flexbox as CSS3 box layout.
- Angular CLI to generate, serve, testing, create, and lint.
# Uninstall previous versions
npm uninstall -g angular-cli @angular/cli
# Clean caché
npm cache clean
# Install Angular CLI globally
npm install -g @angular/cli@latest
# Clone the fork
git clone [email protected]:plastikaweb/llecoop.git
# Go to the app directory
cd llecoop
# Install dependencies
yarn
Redux DevTools for debugging application's state changes.
yarn start
Navigate to http://localhost:4200/
in your browser (recommended Google chrome or Mozilla firefox). The app will automatically reload if you change any of the source files.
yarn build
The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
yarn build:server
Build with AOT and build-optimizer flags
.
yarn test
To execute the unit tests via Jest.
yarn test:coverage
To execute the unit tests with coverage report.
yarn test:watch
To execute the unit tests in watch for changes mode.
yarn e2e
To execute the end-to-end tests via Protractor.
yarn lint
To execute the code lint via tslint.
yarn reinstall
Reinstall dependencies.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.