https://github.com/jk-oster/lesson-1-solution
https://github.com/jk-oster/lesson-1-solution
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jk-oster/lesson-1-solution
- Owner: jk-oster
- Created: 2024-03-14T18:40:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T16:58:24.000Z (about 1 year ago)
- Last Synced: 2024-12-24T15:18:52.729Z (6 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
````