An open API service indexing awesome lists of open source software.

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

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-4ed40df5dab64edcb95e666155e10abc

You can start the development server with the command:
```shell
npx vite
```

or

````shell
npx @web/dev-server --node-resolve --open --watch
````