Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 454 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 454 Bytes

angular-quiz-app

How to run

cd quiz-backend

# run Web API project
dotnet run

in another terminal, start the client side server

# change directory
cd frontend

# install dependencies
npm install

# start the server
npm start

Getting started with Angular

ng new frontend --style=scss
ng add @angular/material

ng server --open=true --live-reload=true