Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 511 Bytes

09-quiz-running-demo-app.md

File metadata and controls

30 lines (19 loc) · 511 Bytes

02.09: QUIZ: RUNNING THE DEMO APP

Change into the wittr directory

$ cd wittr

Install application dependencies

$ npm install

Serve the application

$ npm run serve

Note: NPM will show warnings and errors. Generally these can be ignored if the install completes.

VIEWING THE PROJECT


Next: Exploring the Demo Apps Code