Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leticiafarias/web-2020.1
Repositório da disciplina de WEB 2020.1
https://github.com/leticiafarias/web-2020.1
Last synced: 6 days ago
JSON representation
Repositório da disciplina de WEB 2020.1
- Host: GitHub
- URL: https://github.com/leticiafarias/web-2020.1
- Owner: LeticiaFarias
- License: mit
- Created: 2020-02-28T00:58:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T13:24:56.000Z (over 1 year ago)
- Last Synced: 2023-03-07T12:16:01.145Z (over 1 year ago)
- Language: JavaScript
- Size: 6.06 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 137
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🚀 Tecnologias
- [Node.js](https://nodejs.org/en/)
- [ReactJS](https://reactjs.org/)
- [Firebase](https://firebase.google.com/)
- [Bootstrap 4](https://getbootstrap.com/)
- [React Bootstrap](https://react-bootstrap.github.io/)
- [Express](https://expressjs.com/pt-br/)
- [Prettier](https://prettier.io/)
- [EditorConfig](https://editorconfig.org/)## 💻 Instalação, execução e desenvolvimento
Para executar a aplicação, você deverá ter as seguintes ferramentas instaladas:
### Pré-requisitos
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)```bash
# Faça o downloald do projeto no seu computador
$ git clone https://github.com/LeticiaFarias/Web-2020.1# Entre na pasta raiz do projeto
$ cd nome-da-pasta-do-projeto# Instale as dependências
$ yarn# Tudo pronto para iniciar o servidor
$ yarn start
```## 📝 Licença
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
---
Feito com ❤️ by [Leticia Farias](https://www.linkedin.com/in/lettifarias/)