Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galembeck/ecoleta-frontend
Frontend application of "ecoleta (repository)".
https://github.com/galembeck/ecoleta-frontend
Last synced: about 1 month ago
JSON representation
Frontend application of "ecoleta (repository)".
- Host: GitHub
- URL: https://github.com/galembeck/ecoleta-frontend
- Owner: galembeck
- Created: 2020-08-06T12:02:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T12:19:00.000Z (over 4 years ago)
- Last Synced: 2024-04-24T10:27:51.413Z (9 months ago)
- Language: TypeScript
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (NLW): Ecoleta "Frontend"
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### `yarn build`
# REPOSITORIES
💻 | "ecoleta" (backend) repository
💻 | "ecoleta" (mobile) repository
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [Node.js](https://nodejs.org/en/)
- [React](https://reactjs.org)## 💻 Projeto
O Ecoleta é um marketplace que ajuda pessoas a encontrarem pontos de coleta de resÃduos de forma eficiente.
## 🔖 Layout
Você pode visualizar o layout do projeto no formato através [desse link](https://www.figma.com/file/9TlOcj6l7D05fZhU12xWT3/Ecoleta-Booster?node-id=0%3A1). Lembrando que você irá precisar ter uma conta no [Figma](http://figma.com/).
# Para executar:
## Web (frontend):
```
cd web
yarn install
yarn start
```