Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 824 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 824 Bytes

EXADS Frontend Test Project

This project is intended to be used as a base for the EXADS 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.

Getting started

Prerequisites

  • Node 12+

Set up

  1. Clone this repo using your preferred method.
  2. Install apps dependencies.
$ npm install
  1. Run the Angular app. By default it will run in http://localhost:4200
$ npm start
  1. Run the API app. By default it will run in http://localhost:3000
$ npm run start-api

Need more help?