/WWImporters

Test project while I was studying Angular

Primary LanguageTypeScript

BIG FAT NOTE! 💣

ℹ️ I've now archived this repository, anyhow it's readable and forkable so the following warnings still apply!

⚠️ This project is far from being even remotely production ready!

I developed it while studying Angular and it was the first almost-complete-app i wrote with it. It's full of inconsistencies (sometimes purposely because I wanted to test different techniques to do the same thing - f.ex. sometimes I map+filter other times I loop with for, sometimes I used both and so on). Additionally it's not *-tested, has some unfinished or empty/mocked functions and has some bugs.

So, to summarize: have a look at it if you feel like but absolutely don't use it in a real-world scenario. If you do it, it's at your own risk.

World Wide Importers

A (very) small and uncomplete web shop

This project was generated with Angular CLI version 6.0.8.

Development server

Run ng serve for a dev server. Navigate to http://localhost:8080/. 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.