Sistema para la gestión de empleados, postulanetes, vacantes, sucursales y departamentos de una emepresa.
Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
Run this command only the first time
nvm install
Run this command if you have installed the node version previously
nvm use
npm install
npm run serve
npm run build
npm run lint