Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valchanoficial/exercicioscursojses6
Rocketseat - Curso JavaScript ES6
https://github.com/valchanoficial/exercicioscursojses6
axios babel css ecs6 html node normalize-css webpack yarn
Last synced: 4 days ago
JSON representation
Rocketseat - Curso JavaScript ES6
- Host: GitHub
- URL: https://github.com/valchanoficial/exercicioscursojses6
- Owner: ValchanOficial
- Created: 2020-04-06T00:10:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:57:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T06:56:58.824Z (over 1 year ago)
- Topics: axios, babel, css, ecs6, html, node, normalize-css, webpack, yarn
- Language: HTML
- Size: 1.53 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocketseat - Curso JavaScript ES6
## Módulos:
- Conceitos
- Webpack Server
- Async/ await
- Aplicação com ES6+## Necessário ter instalado:
- Node.js + NPM
- Yarn## Executando:
- Pasta Aplicação ou Desafios:
```javascript
yarn install
yarn dev // http://localhost:8080/
```