This project is intended to be used as a base for the Company Name Frontend Test. It includes:
- Empty Angular 8 app with required dependencies for Angular Material and Ngx Datatable already set up.
- API to support the frontend app.
- Node 12+
- Clone this repo using your preferred method.
- Install apps dependencies.
$ npm install
- Run the Angular app. By default it will run in
http://localhost:4200
$ npm start
- Run the API app. By default it will run in
http://localhost:3000
$ npm run start-api
- Angular Material: see https://material.angular.io/
- ngx-datatable: see https://github.com/swimlane/ngx-datatable
- API docs: see https://documenter.getpostman.com/view/11918524/TzRNFAPs