npm install
oryarn install
to install all needed libraries;npm start
oryarn start
to start the server;
Back-end app here: Node OLX API
A React.js olx inspired application, for educational porpuses, created based on b7web project.
JavaScript
npm install
or yarn install
to install all needed libraries;npm start
or yarn start
to start the server;Back-end app here: Node OLX API