Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jk-oster/lesson-1-solution
https://github.com/jk-oster/lesson-1-solution
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jk-oster/lesson-1-solution
- Owner: jk-oster
- Created: 2024-03-14T18:40:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T16:58:24.000Z (9 months ago)
- Last Synced: 2024-11-06T03:44:21.658Z (2 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
````