Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/5t3ph/course-structure

A template to manage lessons for a related course using yarn workspaces.
https://github.com/5t3ph/course-structure

Last synced: 27 days ago
JSON representation

A template to manage lessons for a related course using yarn workspaces.

Awesome Lists containing this project

README

        

# Course

All scripts are run in the root package.

1. `yarn` installs all dependencies.
1. `yarn start 01` (replace with lesson number or keyword) runs the project in the browser.
1. `yarn latest` updates all dependencies.
1. `yarn clean:node_modules` deletes `node_modules` recursively.