Angular 6 application with ag-grid demonstrating server side pagination
run npm install
on your terminal
run npm run start:be
to start the backend server; make sure your port 3000
is free
run npm start
to run the application on http://localhost:4200