jjmato / redux-example

primerito dia con redux :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReduxExample

This project was generated with Angular CLI version 6.1.2.

Demo

https://redux-example-82e3f.firebaseapp.com/login

Development server

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.

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.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

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

LOG

Generamos componentes

  1. dashboard ng g c dashboard --spec=false -is
  2. auth components
  3. login ng g c auth/login --spec=false -is
  4. register ng g c auth/register --spce=false -is
  5. shared components
  6. footer ng g c shared/footer --spec=false -is
  7. navbar ng g c shared/navbar --spec=false -is
  8. sidebar ng g c shared/sidebar --spec=false -is
  9. router
  10. ng g m app-routing --module=app --routing --spec=false
  11. delete duplicate module
  12. configurar rutas base, RouterModule.forRoot

About

primerito dia con redux :)


Languages

Language:CSS 70.9%Language:HTML 16.8%Language:SCSS 6.6%Language:TypeScript 2.5%Language:Less 1.9%Language:JavaScript 1.1%Language:CoffeeScript 0.1%