Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yostane/cours-fullstack-js


https://github.com/yostane/cours-fullstack-js

Last synced: 19 days ago
JSON representation

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"
}
```