Step 7
Clone the starter code:
git clone https://github.com/cs280fa22/07-weather-app-starter
Notice the starter is a Vite app. You should install the dependencies by a yarn install
and then run the app in development by a yarn dev
command. Point your browser to http://localhost:5173/07-weather-app-starter/:
As it is customary in this course, the layout and styling is provided. However, the app is not fully functioning as most of required JavaScript code is missing from it.