This repository contains the starter code for the Unified Javascript Tutorial. Follow the steps below to set up and run the application.
Before you begin, ensure you have the following installed on your system:
- Node.js (v12 or later)
- npm (usually comes with Node.js)
- Git
You'll also need a Unified.to account. If you don't have one, sign up here.
-
Clone the repository:
git clone https://github.com/unified-to/unified-ats-tutorial.git cd unified-ats-tutorial
-
Install dependencies:
npm install
-
To start the application in development mode (with auto-reload):
npm run start
-
Open your web browser and navigate to
http://localhost:1234
to view the app.
This starter app is part of the Unified Javascript Tutorial. As you progress through the tutorial, you'll add more functionality to this app, allowing it to connect to the Unified.to API and fetch data from an Applicant Tracking System.
If you encounter any issues:
- Ensure all dependencies are installed (
npm install
) - Check that your
.env
file is set up correctly with your Unified.to credentials - Verify that you're using a compatible version of Node.js
- Check the console for any error messages
If problems persist, please refer to the tutorial documentation or reach out to Unified.to support.