/CsvVisualizer

This is a CSV visualizer app made with angular. Please refer to the readme file for more details.

Primary LanguageTypeScript

CsvVisualizer

This project was generated with Angular CLI version 9.1.1.

Some useful info

  1. @angular/material have been used for styling
  2. ngx-papaparse a wrapper on the vanila papaparse have been used for the csv parsing.

Steps to run the app locally

  1. run npm i inside the project folder to install all the dependencies.
  2. run ng serve inside the project folder and open http://localhost:4200/ in the browser.

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.