Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yostane/cours-fullstack-js
https://github.com/yostane/cours-fullstack-js
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yostane/cours-fullstack-js
- Owner: yostane
- License: other
- Created: 2022-11-30T16:55:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:12:35.000Z (about 1 month ago)
- Last Synced: 2024-10-19T08:39:08.896Z (28 days ago)
- Language: JavaScript
- Homepage: https://yostane.github.io/cours-fullstack-js/
- Size: 4.28 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# cours-fullstack-js
![ci workflow badge](https://github.com/yostane/cours-fullstack-js/actions/workflows/ci.yml/badge.svg)
## Utile
.vscode
```json
{
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
},
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
],
"jest.runMode": "on-demand"
}
```