Skip to content

angelikakuleta/angular-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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