https://github.com/jk-oster/lesson-1
Modern Web Apps Lesson 1
https://github.com/jk-oster/lesson-1
Last synced: about 2 months ago
JSON representation
Modern Web Apps Lesson 1
- Host: GitHub
- URL: https://github.com/jk-oster/lesson-1
- Owner: jk-oster
- Created: 2024-03-12T18:11:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T21:35:39.000Z (about 1 year ago)
- Last Synced: 2024-12-24T15:19:04.468Z (5 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to LESSON 1
You can find the instructions for the lesson here:
https://jkoster.notion.site/Modern-Web-Apps-4ed40df5dab64edcb95e666155e10abcYou can start the development server with the command:
```shell
npx vite
```or
````shell
npx @web/dev-server --node-resolve --open --watch
````