Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/5t3ph/course-structure
- Owner: 5t3ph
- Created: 2020-05-29T01:52:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T16:19:47.000Z (over 1 year ago)
- Last Synced: 2024-10-06T15:35:21.178Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 290 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.