Jobify is a simple job board for sites - Developed during the FullStack Lab 2 of DevPleno.
Clone the project:
git clone https://github.com/franciscojsc/jobify.git
Enter the folder:
cd jobify
Install the dependencies:
npm install
Launch the application:
npm start
Access the application at http://localhost:3000
.