Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 365 Bytes

Dinner Planner

This tutorial lab is part of the course DH2642 Interaction Programming and the Dynamic Web given at KTH.

Website: https://dinnermodel-65f60.web.app/react/index.html

npm-tutorial

tutorial version 5

  1. install node, recent version (e.g. 17)

  2. after checkout execute

npm install
  1. to start your development server
npm run dev