Steps:
-
Clone this project
git clone git@github.com:marduke182/glovo.git
-
Install node version specified in file .nvmrc, be sure that the version is the correct one with
node -v
Mac Installer, Windows Installer, Ubuntu, by packet manager
We recommend using nvm to easily install multiple versions of node.
-
Install all dependencies
- Copy
env.default
file into a local.env
file at root level - Run:
npm start
to start a server that rebuild at any change - Run Server: Run glovo interview server with images and enpoints (found server folder)
- Open the browser on: http://localhost:3031
I put the server inside of the project on folder server, you can run it following this steps:
- Install all dependencies (yarn or npm install works)
- Execute app.js file,
node app.js | npm run serve | yarn serve|