Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datyayu-xyz/yarn-demo
Un demo de como usar yarn
https://github.com/datyayu-xyz/yarn-demo
espanol tutorial yarn
Last synced: 6 days ago
JSON representation
Un demo de como usar yarn
- Host: GitHub
- URL: https://github.com/datyayu-xyz/yarn-demo
- Owner: datyayu-xyz
- License: mit
- Created: 2016-10-14T08:16:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T21:09:35.000Z (about 8 years ago)
- Last Synced: 2024-08-01T12:31:19.571Z (3 months ago)
- Topics: espanol, tutorial, yarn
- Language: JavaScript
- Homepage: https://datyayu.xyz/yarn/
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yarn demo
Ejemplo sencillo de como usar yarn.Puedes revisar la explicación completa en [https://datyayu.xyz/yarn/](https://datyayu.xyz/yarn/).
## Uso
Clona el proyecto con```sh
$ git clone https://github.com/datyayu-xyz/yarn-demo
$ cd ejemplo
```Y luego instala las dependencias con
```sh
$ yarn install
```Y eres libre de probar como yarn funciona :D