Hey - welcome to the Dealer Inspire Javascript Code challenge. We're glad you're here.
This repository contains a simple application with a frontend written in React and a backend written in Node. In its current state, the app consists of a couple dropdowns that allow a user to choose the Make and Model of their vehicle for Trade In.
The application is split into two parts: web and api. Testing for both parts of the app use Jest.
- Node v8 or above
- Global installation of yarn
- Ports 3000 and 8000 should be available
- Ensure your machine meets the above prerequisites
- Clone the repository
- Navigate to the
api
directory - Run
yarn install
- Run
yarn start
- Navigate to the
web
directory - Run
yarn install
- Run
yarn start