Web application developed at Rocketseat NLW week
Ecoleta is a web application for registration of recyclable items collection points. It uses typescript and React for the frontend and node js for the server part.
#to run server
- npm install
- npm run dev
#to run frontend
- npm install
- npm start