Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daviteixeira-dev/curso-web-moderno
Curso Web Moderno Completo com JavaScript 2021 + Projetos.
https://github.com/daviteixeira-dev/curso-web-moderno
javascript nodejs
Last synced: about 7 hours ago
JSON representation
Curso Web Moderno Completo com JavaScript 2021 + Projetos.
- Host: GitHub
- URL: https://github.com/daviteixeira-dev/curso-web-moderno
- Owner: daviteixeira-dev
- Created: 2020-01-06T17:10:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T01:37:19.000Z (over 3 years ago)
- Last Synced: 2024-09-17T17:26:58.238Z (about 2 months ago)
- Topics: javascript, nodejs
- Language: JavaScript
- Homepage: https://www.udemy.com/course/curso-web/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Curso Web Moderno Completo com JavaScript 2021 + Projetos
About the course |
Technology |
Installation, execution and development |
How to contribute |
License## 👨🏻💻 About the course
```👨🏻💻 Sobre o projeto```Curso Web Moderno Completo com JavaScript 2021 + Projetos
Com o objetivo de aprender sobre a Web, 14 Cursos + Projetos, Javascript, Angular, React, Vue, Node, HTML, CSS, jQuery, Bootstrap, Webpack, Gulp e MySQL.
## 🚀 Technology
```🚀 Tecnologias```- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [Node.js](https://nodejs.org/en/)## 💻 Installation, execution and development
```💻 Instalação, execução e desenvolvimento```### Prerequisites
```💻 Pré-requisitos```- [Node.js](https://nodejs.org/en/)
- [npm](https://www.npmjs.com/)### 🌐 Web
```bash
### Install the dependencies
# Instale as dependências
$ npm install
$ npm init### Ready to start the web application
# Tudo pronto para iniciar a aplicação web
$ gulp```
## 🤔 How to contribute
```🤔 Como contribuir```**Fork the repository and follow the steps below**
```Faça um fork deste repositório e siga os passos a baixo``````bash
### Clone your fork
# Clone seu fork
$ git clone seu-fork-url && cd NOME_DO_REPO### Create a branch with your feature
# Crie uma branch com sua feature
$ git checkout -b my-feature### Commit your changes
# Faça commit das suas alterações
$ git commit -m 'feat: My new feature'### Send the code to your remote branch
# Envie o código para sua remote branch
$ git push origin my-feature
```
**After your pull request is merged, you can delete your branch**
```Depois que sua pull request for merged, você pode deletar sua branch```## 📝 License
This project has a MIT License - see the [LICENSE](./ LICENSE) for more details.
```Este projeto possui uma Licença MIT License - veja o arquivo [LICENSE](./LICENSE) para mais detalhes.```---
Made with ❤️ by Davi Teixeira