/angular2-questionnaire

A questionnaire application in angular2 with typescript

Primary LanguageTypeScript

Run the application

  1. Run npm install inside the root and server folder for api services.

  2. Start the backend api from server folder by running npm start

  3. To launch the app in the browser run npm start from a 2nd terminal inside the root folder